Skip to content
Cursor

QuantGist for Cursor

io.github.quantgist-technologies/quantgist-mcp

Macro events, earnings & market data from QuantGist for Claude and other AI agents.

client:Cursor transport:stdio runtime:pypi

Install QuantGist in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quantgist-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quantgist-mcp"
      ],
      "env": {
        "QUANTGIST_API_KEY": "<QUANTGIST_API_KEY>"
      }
    }
  }
}

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

QuantGist in other clients