alpha vantage for Cursor
com.mcparmory/alpha-vantage
Track stock prices, search symbols, and compute 50+ technical indicators
client:Cursor
transport:stdio
runtime:pypi
Install alpha vantage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alpha-vantage": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-alpha-vantage"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs