Install Parallel Search MCP

Connect Parallel Search MCP MCP server to any client

Parallel Search MCP

Parallel Search MCP

https://search-mcp.parallel.ai/mcp

Quick Install

Manual Setup

Add to `~/.cursor/mcp.json` or `.cursor/mcp.json` (project-specific)
Configuration
{
  "mcpServers": {
    "Parallel Search MCP": {
      "url": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
Add to VS Code settings.json
Configuration
{
  "mcp": {
    "servers": {
      "Parallel Search MCP": {
        "type": "http",
        "url": "https://search-mcp.parallel.ai/mcp"
      }
    }
  }
}
Claude Desktop / Claude.ai

Claude Desktop / Claude.ai

Go to Settings → Connectors → Add Custom Connector and fill in:
- Name: Parallel Search MCP
- URL: https://search-mcp.parallel.ai/mcp

Please note that if you are part of an organisation, you may not have access to custom connectors at this point. Ask your org administator.
Claude Code

Claude Code

$ claude mcp add --transport http "Parallel-Search-MCP" https://search-mcp.parallel.ai/mcp
Run the command in your terminal
Windsurf

Windsurf

Add to your Windsurf MCP configuration
Configuration
{
  "mcpServers": {
    "Parallel Search MCP": {
      "serverUrl": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
Cline

Cline

Go to MCP Servers section → Remote Servers → Edit Configuration
Configuration
{
  "mcpServers": {
    "Parallel Search MCP": {
      "url": "https://search-mcp.parallel.ai/mcp",
      "type": "streamableHttp"
    }
  }
}
Gemini CLI

Gemini CLI

Add to `~/.gemini/settings.json`
Configuration
{
  "mcpServers": {
    "Parallel Search MCP": {
      "httpUrl": "https://search-mcp.parallel.ai/mcp"
    }
  }
}
ChatGPT

ChatGPT

First, go to 'Settings -> Connectors -> Advanced Settings' and turn on 'Developer Mode'.

Then, in connector settings click 'create'.

Fill in:

- Name: Parallel Search MCP
- URL: https://search-mcp.parallel.ai/mcp
- Authentication: OAuth

In a new chat ensure developer mode is turned on with the connector(s) selected.

Please note that Developer Mode must be enabled and this feature may not be available for everyone..

Share This Guide

Full Installation Guide (136 lines)
Client Permalinks (8 lines)
Install Button (1 line)
Preview:
Install button preview

Generated by installthismcp.com