The Parallel Search MCP allows using Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks. Please read our MCP docs here for more details. The official installation instructions can be found here. Running locally This is a Search MCP proxy server (https://search-mcp.parallel.ai) that proxies /mcp to https://mcp.parallel.ai/v
Add this skill
npx mdskills install parallel-web/search-mcpClean setup for web search via hosted proxy but lacks tool capability descriptions.
1# Parallel Search MCP23The **Parallel Search MCP** allows using Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks. Please read [our MCP docs here](https://docs.parallel.ai/integrations/mcp/getting-started) for more details.45## Installation67The official installation instructions can be found [here](https://docs.parallel.ai/integrations/mcp/installation).89```json Search MCP10{11 "mcpServers": {12 "Parallel Search MCP": {13 "url": "https://search-mcp.parallel.ai/mcp"14 }15 }16}17```1819## Running locally2021<details><summary>Running locally</summary>2223This is a Search MCP proxy server (https://search-mcp.parallel.ai) that proxies `/mcp` to https://mcp.parallel.ai/v1beta/search_mcp and adds minimally needed additions to make it work with oauth.2425MCP address: https://search-mcp.parallel.ai/mcp2627[](https://installthismcp.com/Parallel%20Search%20MCP?url=https%3A%2F%2Fsearch-mcp.parallel.ai%2Fmcp)2829</details>30
Full transparency — inspect the skill content before installing.