Recite MCP for Grok
io.github.rivradev/recite-mcp
Local MCP server for Recite receipt processing with ledger and memory tools.
client:Grok
transport:stdio
runtime:pypi
Install Recite MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"recite-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<RECITE_API_KEY>",
"RECITE_HOME": "<RECITE_HOME>"
}
}
}
}
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