PluginBench
MCP Server

Parallel Search MCP MCP Server

ai.parallel/search-mcp

What is the Parallel Search MCP MCP server?

The best web search for your AI Agent

How to install Parallel Search MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "search-mcp": {
      "url": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "search-mcp": {
      "serverUrl": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "search-mcp": {
      "type": "http",
      "url": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://search-mcp.parallel.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http search-mcp https://search-mcp.parallel.ai/mcp

Related MCP servers

An MCP server for deep research or task groups

View repository →