Ledger Mate Mcp Server For Typescript
@big-mouth-cn
About Ledger Mate Mcp Server For Typescript
小记 MCP Server for TypeScript
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ledger-mate-mcp-server": {
"command": "npx",
"args": [
"-y",
"@big_mouth_cn/ledger-mate-mcp-server"
],
"env": {
"LEDGER_MATE_ACCESS_KEY": "<YOUR_ACCESS_KEY>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Ledger Mate Mcp Server For Typescript?
Ledger Mate MCP Server is a Model Context Protocol server that integrates AI-powered personal bookkeeping via the WeChat mini-program "爱小记". It allows users to record and query accounts using natural language through any MCP-compatible client, automatically parsing amounts, categories, and payment methods from plain text.
How to use Ledger Mate Mcp Server For Typescript?
Install and configure the server by adding an MCP server entry in your MCP client’s configuration file (e.g., claude_desktop_config.json for Claude Desktop). Use the command npx -y @big_mouth_cn/ledger-mate-mcp-server and set the environment variable LEDGER_MATE_ACCESS_KEY to your access key obtained from the WeChat mini-program “爱小记”. Restart the client to enable the tools.
Key features of Ledger Mate Mcp Server For Typescript
- Natural language input for fast bookkeeping (“one-sentence accounting”).
- Supports text, images, voice, and file uploads (requires MCP client capability).
- AI automatically categorizes transactions based on user-defined categories.
- Multi-platform access: WeChat mini-program and any MCP-compatible client.
- Real-time account querying and summarization.
Use cases of Ledger Mate Mcp Server For Typescript
- Record daily expenses like “paid 20 yuan by Alipay for a taxi” in one sentence.
- Log income entries such as “salary 18,000 yuan deposited to bank card”.
- Query monthly income/expense summaries or top spending categories.
FAQ from Ledger Mate Mcp Server For Typescript
Can I view my ledger outside MCP clients?
Yes. You can also use the WeChat mini-program “爱小记” to manage your ledger with a traditional interface, which supports natural language and voice input (features under development).
Which MCP clients are supported?
The server works with any MCP client capable of running Node.js, including Claude Desktop, Cursor, Trae, VS Code, Cherry Studio, and Cline. A Python version is also planned.
Do I need an access key to use the server?
Yes. You must obtain a LEDGER_MATE_ACCESS_KEY from the WeChat mini-program “爱小记” (search “爱小记” in WeChat, enter the mini-program, and copy the key).
What are the runtime requirements?
Node.js must be installed on your machine. Verify with node --version; if not present, download it from nodejs.org.
Are there any limitations on data storage?
All ledger data is stored within the “爱小记” service. The server itself does not persist data; it communicates with the backend via the access key.
Frequently asked questions
Can I view my ledger outside MCP clients?
Yes. You can also use the WeChat mini-program “爱小记” to manage your ledger with a traditional interface, which supports natural language and voice input (features under development).
Which MCP clients are supported?
The server works with any MCP client capable of running Node.js, including Claude Desktop, Cursor, Trae, VS Code, Cherry Studio, and Cline. A Python version is also planned.
Do I need an access key to use the server?
Yes. You must obtain a `LEDGER_MATE_ACCESS_KEY` from the WeChat mini-program “爱小记” (search “爱小记” in WeChat, enter the mini-program, and copy the key).
What are the runtime requirements?
Node.js must be installed on your machine. Verify with `node --version`; if not present, download it from nodejs.org.
Are there any limitations on data storage?
All ledger data is stored within the “爱小记” service. The server itself does not persist data; it communicates with the backend via the access key.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments