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
{
"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