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-
Add this skill
npx mdskills install OctagonAI/octagon-deep-research-mcpWell-documented MCP server with extensive setup instructions and clear research capabilities
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!
Install via CLI
npx mdskills install OctagonAI/octagon-deep-research-mcpOctagon Deep Research MCP is a free, open-source AI agent skill. 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-
Install Octagon Deep Research MCP with a single command:
npx mdskills install OctagonAI/octagon-deep-research-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Octagon Deep Research MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.