- Home
- MCP servers
- Search
Search
- typescript
15
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access the Parallel Search API from any MCP-compatible client using the Parallel Search MCP. It enables daily web-search tasks inside your MCP workflows by routing queries to the Parallel Search service.
How to use
To use this MCP server, point your MCP client at the provided HTTP endpoint and include the server in your MCP configuration. The Parallel Search MCP proxies requests to https://mcp.parallel.ai/v1beta/search\_mcp and exposes an MCP-compatible interface at the dedicated URL. This lets you perform web searches as part of your MCP-enabled tasks without leaving your client.
How to install
Prerequisites: ensure you have Node.js and npm installed on your machine.
- Create an MCP configuration entry that references the Parallel Search MCP endpoint.
{
"mcpServers": {
"parallel_search": {
"type": "http",
"url": "https://search-mcp.parallel.ai/mcp",
"args": []
}
}
}
Additional sections
Server URL and usage details you will need: the HTTP endpoint for the MCP is https://search-mcp.parallel.ai/mcp. This server proxies requests to the underlying Parallel Search MCP endpoint and is designed to work with OAuth and standard MCP clients.