cockpit-mcp
Rank #26,095io.github.michielinksee/bantou
AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions.
cockpit-mcp is a Model Context Protocol (MCP) server published by michielinksee. It ranks #26,095 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. cockpit-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on May 20, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 89,496 of 115,591 servers on MCP Toplist.
Use cockpit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bantou -- npx -y @kansei-link/bantou[mcp_servers.bantou]
command = "npx"
args = ["-y", "@kansei-link/bantou"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bantou": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.michielinksee%2Fbantou)<a href="https://mcptoplist.com/server/io.github.michielinksee%2Fbantou"><img src="https://mcptoplist.com/badge/io.github.michielinksee%2Fbantou.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
michielinksee
Other servers by michielinksee
View all michielinksee servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.3 | Aug 22, 2026 |
| 0.2.2 | Jul 2, 2026 |
Frequently asked questions
- Who maintains cockpit-mcp?
- cockpit-mcp is maintained by michielinksee, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is cockpit-mcp listed on the Official MCP Registry?
- Yes — cockpit-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does cockpit-mcp have?
- MCP Toplist tracks 2 versions of cockpit-mcp, most recently published on Aug 22, 2026.
- Where can I find the source code for cockpit-mcp?
- The source code for cockpit-mcp is hosted at github.com/michielinksee/kansei-link-cockpit.