Loading MCP server directory, please wait...
Local MCP server for Recite receipt processing with ledger and memory tools.
npx @getmcp/cli add io.github.rivradev/recite-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
RECITE_API_KEYRecite API key used for receipt processing requests.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rivradev/recite-mcp": {
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "",
"RECITE_HOME": ""
}
}
}
}