Skip to content
Cursor

Quant Research MCP for Cursor

io.github.flawlessbyte/quant-research-mcp

Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders.

client:Cursor transport:stdio runtime:pypi

Install Quant Research MCP in Cursor

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

{
  "mcpServers": {
    "quant-research-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quant-research-mcp"
      ]
    }
  }
}

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

Quant Research MCP in other clients