expense mcp for Grok
io.github.justfsl50/expense-mcp
Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals
client:Grok
transport:stdio
runtime:pypi
Install expense mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"expense-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"expense-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"CURRENCY": "<CURRENCY>",
"DEFAULT_USER": "<DEFAULT_USER>"
}
}
}
}
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