paralel-search
Installation
SKILL.md
paralel-search
MCP skill for search-mcp. Provides 2 tools: web_search_preview, web_fetch
Authentication
This MCP server uses OAuth authentication.
The OAuth flow is handled automatically by the MCP client. Tokens are persisted
to ~/.mcp-skill/paralel-search/oauth-tokens/ so subsequent runs reuse the
same credentials without re-authenticating.
app = ParallelsearchApp() # uses default OAuth flow
To bring your own OAuth provider, pass it via the auth argument: