Parallel Search
Real-time web search and content extraction
About Parallel Search
Parallel Search provides real-time web search and content extraction for search-grounded AI workflows. Its remote MCP server helps assistants retrieve current web context, inspect pages, and use extracted content when answering questions or researching topics that require fresh information.
Connection details
https://search.parallel.ai/mcpTransport
Streamable HTTP
Authentication
None
Setup
claude mcp add parallel --transport http https://search.parallel.ai/mcpFrequently asked questions
What is the Parallel Search remote MCP server?
The Parallel Search remote MCP server is a hosted Model Context Protocol endpoint at https://search.parallel.ai/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Parallel Search MCP server?
Add the endpoint https://search.parallel.ai/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Parallel Search MCP server require authentication?
No. Parallel Search's MCP server does not require authentication — you can connect directly with the endpoint URL.
Which transport does the Parallel Search MCP server use?
Parallel Search exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.