finance mcp server for Claude Desktop
io.github.thenextgennexus/finance-mcp-server
Get stock data, screen stocks, track crypto prices, and monitor exchange rates
client:Claude Desktop
transport:stdio
runtime:npm
Install finance mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"finance-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/finance-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs