finance mcp for Claude Desktop
io.github.adididitagain/finance-mcp
Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install finance mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"finance-mcp": {
"command": "npx",
"args": [
"-y",
"finance-data-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs