PluginBench
MCP Server

io.github.makririch/buchpilot MCP Server

io.github.makririch/buchpilot

What is the io.github.makririch/buchpilot MCP server?

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

How to install io.github.makririch/buchpilot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LEXOFFICE_API_KEY
    secret

    Lexoffice API key (from lexoffice.de/api)

  • SEVDESK_API_KEY
    secret

    sevDesk API key (from sevdesk.de/api)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "buchpilot": {
      "command": "npx",
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "env": {
        "LEXOFFICE_API_KEY": "<YOUR_LEXOFFICE_API_KEY>",
        "SEVDESK_API_KEY": "<YOUR_SEVDESK_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "buchpilot": {
      "command": "npx",
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "env": {
        "LEXOFFICE_API_KEY": "<YOUR_LEXOFFICE_API_KEY>",
        "SEVDESK_API_KEY": "<YOUR_SEVDESK_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "buchpilot": {
      "command": "npx",
      "args": [
        "-y",
        "buchpilot-mcp"
      ],
      "env": {
        "LEXOFFICE_API_KEY": "<YOUR_LEXOFFICE_API_KEY>",
        "SEVDESK_API_KEY": "<YOUR_SEVDESK_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add buchpilot --env LEXOFFICE_API_KEY=<YOUR_LEXOFFICE_API_KEY> --env SEVDESK_API_KEY=<YOUR_SEVDESK_API_KEY> -- npx -y buchpilot-mcp

Related MCP servers

XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant.

View repository →