Parallel Search Mcp

by parallel-web

375 downloads
Not rated
GitHub

About

The Parallel Search MCP allows using the Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks.

Details

Author
parallel-web
Downloads
375
Categories
Search

- Integrates Parallel Search API with MCP-compatible LLM clients.
- Designed for everyday smaller web-search tasks.
- Supports OAuth via a proxy server.
- Can be run locally or accessed remotely.
- One-click install via the provided badge.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Parallel Search Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your MCP-compatible client with the server URL https://search-mcp.parallel.ai/mcp as shown in the installation JSON. For more details, refer to the official installation instructions and MCP docs.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "parallel search mcp": {
            "Parallel Search MCP": {
                "url": "https://search-mcp.parallel.ai/mcp"
            }
        }
    }
}

McpServers

{
    "Parallel Search MCP": {
        "url": "https://search-mcp.parallel.ai/mcp"
    }
}

Parallel Search MCP

The Parallel Search MCP allows using Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks. Please read our MCP docs here for more details.

Installation

The official installation instructions can be found here.

``json Search MCP
{
"mcpServers": {
"Parallel Search MCP": {
"url": "https://search-mcp.parallel.ai/mcp"
}
}
}
`

Running locally

<details><summary>Running locally</summary>

This is a Search MCP proxy server (https://search-mcp.parallel.ai) that proxies /mcp` to https://mcp.parallel.ai/v1beta/search_mcp and adds minimally needed additions to make it work with oauth.

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

Install Parallel Search MCP

</details>

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.