Connect Octagon to Claude to access specialized agents for public and private market intelligence:
(A) How to install Octagon in Claude.ai
Only Workspace Owners and Primary Owners can set up MCP server connections in Claude.ai:
- Go to Settings in Claude.ai
- Navigate to the "Integrations" section
- Click "Add integration"
- For Integration name, enter "Octagon"
- For Integration URL, enter
https://mcp.octagonagents.com/mcp - Click "Add"
- Select which Octagon tools to enable for your workspace
- Click "Save"
(B) How to install Octagon in Claude Desktop
To configure Octagon MCP for Claude Desktop:
- Open Claude Desktop
- Go to Settings > Developer > Edit Config
- Add the following to your claude_desktop_config.json (Replace
YOUR_OCTAGON_API_KEY_HEREwith your Octagon API key):
{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_OCTAGON_API_KEY_HERE"
}
}
}
} - Restart Claude for the changes to take effect
* Sources available in the Octagon app