yahoo finance mcp server for Cursor
io.github.thenextgennexus/yahoo-finance-mcp-server
Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance
client:Cursor
transport:stdio
runtime:npm
Install yahoo finance mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yahoo-finance-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/yahoo-finance-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs