finance mcp for Grok
io.github.adididitagain/finance-mcp
Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.
client:Grok
transport:stdio
runtime:npm
Install finance mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"finance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finance-data-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs