Recite MCP for Cursor
io.github.rivradev/recite-mcp
Local MCP server for Recite receipt processing with ledger and memory tools.
client:Cursor
transport:stdio
runtime:pypi
Install Recite MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recite-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<RECITE_API_KEY>",
"RECITE_HOME": "<RECITE_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs