ai-books

knishioka/ai-books
★ 0 stars Python 🤖 AI/LLM Updated today
AI-first accounting MCP server — interface for AI agents, not humans
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-books": {
      "command": "uvx",
      "args": [
        "ai-books"
      ]
    }
  }
}

Or install with pip: pip install ai-books

README Excerpt

> **AI-first accounting MCP server** — an interface for AI agents, not for humans. `ai-books` exposes double-entry bookkeeping primitives (chart of accounts, journal entries, trial balance, financial statements) as [Model Context Protocol](https://modelcontextprotocol.io/) tools. The premise: if your accounting system has a great machine interface, the human UI is just a thin **read-only** aggregation dashboard.

Tools (2)

poolerweb