Odel
bantou

bantou

Local
@michielinksee2TypeScriptMITUpdated 2w ago

AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kansei-link/bantouv0.2.3

Run

npx -y @kansei-link/bantou

MCP client config

{
  "mcpServers": {
    "bantou": {
      "command": "npx",
      "args": [
        "-y",
        "@kansei-link/bantou"
      ]
    }
  }
}