openfinance for Grok
io.github.openfinanceorg/openfinance
Connect your financial accounts to view balances, search transactions, and get spending insights.
client:Grok
transport:stdio
runtime:npm
Install openfinance in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"openfinance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<OPENFINANCE_URL>"
}
}
}
}
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