finance for Cursor
io.github.cybeleri/finance
Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis
client:Cursor
transport:stdio
runtime:npm
Install finance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs