What is the Recite MCP MCP server?
Local MCP server for Recite receipt processing with ledger and memory tools.
How to install Recite MCP
Copy-paste configuration for popular MCP clients.
RECITE_API_KEYrequiredsecretRecite API key used for receipt processing requests.
RECITE_HOMEOptional local data directory for config, ledger, and memory files.
{
"mcpServers": {
"recite-mcp": {
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<YOUR_RECITE_API_KEY>",
"RECITE_HOME": "<YOUR_RECITE_HOME>"
}
}
}
}{
"mcpServers": {
"recite-mcp": {
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<YOUR_RECITE_API_KEY>",
"RECITE_HOME": "<YOUR_RECITE_HOME>"
}
}
}
}{
"mcpServers": {
"recite-mcp": {
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<YOUR_RECITE_API_KEY>",
"RECITE_HOME": "<YOUR_RECITE_HOME>"
}
}
}
}{
"servers": {
"recite-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<YOUR_RECITE_API_KEY>",
"RECITE_HOME": "<YOUR_RECITE_HOME>"
}
}
}
}claude mcp add recite-mcp --env RECITE_API_KEY=<YOUR_RECITE_API_KEY> --env RECITE_HOME=<YOUR_RECITE_HOME> -- uvx recite-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.