buchpilot-mcp
Rank #53,363io.github.makririch/buchpilot
DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.
buchpilot-mcp is a Model Context Protocol (MCP) server published by makririch. It ranks #53,363 of 115,460 servers tracked on MCP Toplist. buchpilot-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 13, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 62,097 of 115,460 servers on MCP Toplist.
Use buchpilot-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add buchpilot -e "LEXOFFICE_API_KEY=<your LEXOFFICE_API_KEY>" -e "SEVDESK_API_KEY=<your SEVDESK_API_KEY>" -- npx -y buchpilot-mcpReplace each placeholder with your own value before saving.
[mcp_servers.buchpilot]
command = "npx"
args = ["-y", "buchpilot-mcp"]
[mcp_servers.buchpilot.env]
LEXOFFICE_API_KEY = "<your LEXOFFICE_API_KEY>"
SEVDESK_API_KEY = "<your SEVDESK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buchpilot": {
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<your LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<your SEVDESK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buchpilot": {
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<your LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<your SEVDESK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"buchpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<your LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<your SEVDESK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buchpilot": {
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<your LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<your SEVDESK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buchpilot": {
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<your LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<your SEVDESK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.makririch%2Fbuchpilot)<a href="https://mcptoplist.com/server/io.github.makririch%2Fbuchpilot"><img src="https://mcptoplist.com/badge/io.github.makririch%2Fbuchpilot.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
makririch
Other servers by makririch
View all makririch servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 13, 2026 |
Frequently asked questions
- Who maintains buchpilot-mcp?
- buchpilot-mcp is maintained by makririch, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is buchpilot-mcp listed on the Official MCP Registry?
- Yes — buchpilot-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does buchpilot-mcp have?
- MCP Toplist tracks 1 version of buchpilot-mcp, most recently published on Apr 13, 2026.
- Where can I find the source code for buchpilot-mcp?
- The source code for buchpilot-mcp is hosted at github.com/makririch/buchpilot-mcp.