MCP.so
Sign In

Ledger Mate Mcp Server For Typescript

@big-mouth-cn

About Ledger Mate Mcp Server For Typescript

小记 MCP Server for TypeScript

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

big-mouth-cn

Submitted by

胡笑

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers