mcpbeat Sign in

Buchpilot MCP Server

local only

Buchpilot runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 13 Apr 2026.

DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.

Installs per day peak 14 · avg 6 · -51% w/w
a month agotoday
36
Installs / week
npm · buchpilot-mcp
0
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Buchpilot every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add buchpilot -- npx -y buchpilot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "buchpilot": {
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.buchpilot]
command = "npx"
args = ["-y", "buchpilot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "buchpilot": {
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "buchpilot": {
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LEXOFFICE_API_KEY (Lexoffice API key (from lexoffice.de/api)), SEVDESK_API_KEY (sevDesk API key (from sevdesk.de/api)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Buchpilot

same job, measured the same way
Lexware
by lazyants

MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.

157 installs/wk local only
Bexio MCP Server
by promptpartner

Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances

80 installs/wk local only
Well
by wellapp-ai

Connect your AI to your Well financial data - invoices, companies, contacts.

82 tools answering
MCP Conta Azul
by codespar

MCP server for Conta Azul — accounting, invoicing, customers, products

23 installs/wk local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

31 installs/wk local only
Holded MCP
by energio-es

MCP server for Holded — invoicing, accounting, CRM, projects, and team

65 installs/wk local only

Buchpilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Buchpilot?
Buchpilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package buchpilot-mcp was installed 36 times last week.
How do I connect Buchpilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls buchpilot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Buchpilot?
The npm package buchpilot-mcp was installed 36 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Buchpilot open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.