Skip to content
Cursor

bantou for Cursor

io.github.michielinksee/bantou

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

client:Cursor transport:stdio runtime:npm

Install bantou in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bantou in other clients