mcpbeat Sign in

Recite MCP Server

local only

Recite MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from pypi. Last commit 5 May 2026.

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

Installs per day peak 55 · avg 15 · -26% w/w
a month agotoday
110
Installs / week
pypi · recite-mcp
0
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Recite MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add recite-mcp -- uvx recite-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "recite-mcp": {
      "args": [
        "recite-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.recite-mcp]
command = "uvx"
args = ["recite-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "recite-mcp": {
      "args": [
        "recite-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "recite-mcp": {
      "args": [
        "recite-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RECITE_API_KEY (Recite API key used for receipt processing requests.), RECITE_HOME (Optional local data directory for config, ledger, and memory files.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Recite MCP

same job, measured the same way
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

31 installs/wk local only
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 installs/wk local only
Begonia.pro
by begonia

Local SEO: MCP for local business audits with tools and guidance.

answering
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

43 installs/wk local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

40 installs/wk local only
Dense Knowledge
by lucky44k

Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.

126 installs/wk local only

Recite MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Recite MCP?
Recite MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package recite-mcp was installed 110 times last week.
How do I connect Recite MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls recite-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Recite MCP?
The pypi package recite-mcp was installed 110 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Recite MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.