bantou for VS Code
io.github.michielinksee/bantou
AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions.
client:VS Code
transport:stdio
runtime:npm
Install bantou in VS Code
.vscode/mcp.json
{
"servers": {
"bantou": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs