P

Parallel

Connect the Parallel Search remote MCP server at https://search.parallel.ai/mcp

Parallel·No reviews yet
Docs
Share:

About

Connect the Parallel Search remote MCP server at https://search.parallel.ai/mcp. Real-time web search and content extraction. Setup guides for Claude Code, Codex, Cursor, and VS Code.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Parallel

Server URL

https://search.parallel.ai/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "parallel": {
      "url": "https://search.parallel.ai/mcp",
      "transport": "http",
      "authType": "api_key"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "parallel": {
      "url": "https://search.parallel.ai/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "parallel": {
      "type": "http",
      "url": "https://search.parallel.ai/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.