Connect AI agents to Atlas MCP for live market data, options analytics, strategy workflows, and 50+ broker-aware trading capabilities .
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"atlas-mcp-server": {
"command": "npx",
"args": [
"-y",
"CentralOperations/atlas-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add atlas-mcp-server npx -y CentralOperations/atlas-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atlas-mcp-server": {
"command": "npx",
"args": [
"-y",
"CentralOperations/atlas-mcp-server"
]
}
}
}