MCP Directory

reading-plus-ai/mcp-server-deep-research

GitHub
Web Utilities

MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting.

Direct install

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

npx -y mcp-server-deep-research

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from reading-plus-ai/mcp-server-deep-research your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-server-deep-research": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-deep-research"
      ]
    }
  }
}

Route reading-plus-ai/mcp-server-deep-research 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 mcp-server-deep-research

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

Direct Install

Use reading-plus-ai/mcp-server-deep-research directly without routing

npx -y mcp-server-deep-research

New to Agent-CoreX? View setup guide →

reading-plus-ai/mcp-server-deep-research MCP Server