Skip to content
Cline

Recite MCP for Cline

io.github.rivradev/recite-mcp

Local MCP server for Recite receipt processing with ledger and memory tools.

client:Cline transport:stdio runtime:pypi

Install Recite MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "recite-mcp": {
      "command": "uvx",
      "args": [
        "recite-mcp"
      ],
      "env": {
        "RECITE_API_KEY": "<RECITE_API_KEY>",
        "RECITE_HOME": "<RECITE_HOME>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Recite MCP in other clients