Skip to content
Cursor

quanttogo mcp for Cursor

io.github.michaeljiangmingfeng-debug/quanttogo-mcp

Quantitative trading strategies, market indices, and live performance data

client:Cursor transport:stdio runtime:npm

Install quanttogo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "quanttogo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "quanttogo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

quanttogo mcp in other clients