MCP Directory

parallel-web/search-mcp

GitHub
Web Utilities

Highest Accuracy Web Search for AI

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y search-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from parallel-web/search-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "search-mcp"
      ]
    }
  }
}

Route parallel-web/search-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add search-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use parallel-web/search-mcp directly without routing

npx -y search-mcp

New to Agent-CoreX? View setup guide →

parallel-web/search-mcp MCP Server — Agent-CoreX