Lightning-Fast, High-Accuracy Deep Research Agent
Add to Claude Desktop config.json
{
"mcpServers": {
"octagonai-octagon-deep-research-mcp": {
"command": "node",
"args": [
"~/.mcp/octagon-deep-research-mcp/index.js"
]
}
}
} Get the source and run locally
git clone https://github.com/OctagonAI/octagon-deep-research-mcp.git ~/.mcp/octagon-deep-research-mcp
cd ~/.mcp/octagon-deep-research-mcp The Octagon Deep Research MCP server provides specialized AI-powered comprehensive research and analysis capabilities by integrating with advanced deep research agents. No rate limits, faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research. Add unlimited deep research functionality to any MCP client including Claude Desktop, Cursor, and other popular MCP-enabled applications.
Powered by Octagon AI - Learn more about the Deep Research Agent at docs.octagonagents.com
👉 8–10x faster than the leading incumbent—complex analyses complete in seconds, not minutes
👉 Greater depth & accuracy —pulls data from 3x more high-quality sources and cross-checks every figure
👉 Unlimited parallel runs—no rate caps, so your analysts can launch as many deep-dive tasks as they need (unlike ChatGPT Pro’s 125-task monthly limit)
✅ No Rate Limits - Execute unlimited deep research queries without restrictions (vs ChatGPT Pro’s 125-task monthly limit)
✅ Superior Performance - Faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research
✅ Enterprise-Grade Speed - 8-10x faster than leading incumbents, with 3x more source coverage
✅ Universal MCP Integration - Add deep research functionality to any MCP client
✅ Multi-Domain Expertise - Comprehensive research across any topic or industry
✅ Advanced Data Synthesis - Multi-source aggregation with cross-verification of every figure
✅ Comprehensive Research Capabilities
✅ Universal Domain Coverage
✅ Advanced Analysis Tools
To use Octagon Deep Research MCP, you need to:
OCTAGON_API_KEY valueBefore installing or running Octagon Deep Research MCP, you need to have npx (which comes with Node.js and npm) installed on your system.
Install Homebrew (if you don’t have it):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Node.js (includes npm and npx):
brew install node
This will install the latest version of Node.js, npm, and npx.
Verify installation:
node -v
npm -v
npx -v
node -v
npm -v
npx -v
If you see version numbers for all three, you are ready to proceed with the installation steps below.
To configure Octagon Deep Research MCP for Claude Desktop:
claude_desktop_config.json (Replace your-octagon-api-key with your Octagon API key):{
"mcpServers": {
"octagon-deep-research-mcp": {
"command": "npx",
"args": ["-y", "octagon-deep-research-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Configuring Cursor Desktop 🖥️ Note: Requires Cursor version 0.45.6+
To configure Octagon Deep Research MCP in Cursor:
env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-deep-research-mcpIf you are using Windows and are running into issues, try
cmd /c "set OCTAGON_API_KEY=your-octagon-api-key && npx -y octagon-deep-research-mcp"
Replace your-octagon-api-key with your Octagon API key.
After adding, refresh the MCP server list to see the new tools. The Composer Agent will automatically use Octagon Deep Research MCP when appropriate, but you can explicitly request it by describing your research needs. Access the Composer via Command+L (Mac), select “Agent” next to the submit button, and enter your query.
Add this to your ./codeium/windsurf/model_config.json:
{
"mcpServers": {
"octagon-deep-research-mcp": {
"command": "npx",
"args": ["-y", "octagon-deep-research-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-deep-research-mcp
npm install -g octagon-deep-research-mcp
For comprehensive documentation on using Deep Research capabilities, please visit our official documentation at: https://docs.octagonagents.com
Specifically for the Deep Research Agent: Deep Research Agent Guide
The documentation includes:
Comprehensive deep research and analysis across any topic or domain.
The tool uses a single prompt parameter that accepts a natural language query. Include all relevant details in your prompt for optimal results.
MIT
⭐ Star this repo if you find it helpful for your research needs!
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Search ArXiv research papers
Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.
Web search using DuckDuckGo
Web search capabilities using Brave's Search API