polygon for Cursor
com.mcparmory/polygon
Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news
client:Cursor
transport:stdio
runtime:pypi
Install polygon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"polygon": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-polygon"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs