PluginBench
MCP Server
Maintained
MIT

io.github.michielinksee/bantou MCP Server

io.github.michielinksee/bantou

What is the io.github.michielinksee/bantou MCP server?

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

How to install io.github.michielinksee/bantou

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bantou": {
      "command": "npx",
      "args": [
        "-y",
        "@kansei-link/bantou"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bantou": {
      "command": "npx",
      "args": [
        "-y",
        "@kansei-link/bantou"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bantou": {
      "command": "npx",
      "args": [
        "-y",
        "@kansei-link/bantou"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bantou": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kansei-link/bantou"
      ]
    }
  }
}
Claude Code
claude mcp add bantou -- npx -y @kansei-link/bantou

Related MCP servers

Catches when your project drifts from its own decisions. Local-first cross-agent memory MCP.

14
JavaScript
MIT
View repository →