finance intelligence mcp for Grok
io.github.ronit-019/finance-intelligence-mcp
Personal finance MCP server with budgeting, analytics, and PostgreSQL.
client:Grok
transport:stdio
runtime:pypi
Install finance intelligence mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"finance-intelligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"finance-intelligence-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_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