← Index

io.github.makririch/buchpilot

io.github.makririch/buchpilot·v0.1.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y buchpilot-mcp
§02  Environment variables
LEXOFFICE_API_KEY
secret

Lexoffice API key (from lexoffice.de/api)

SEVDESK_API_KEY
secret

sevDesk API key (from sevdesk.de/api)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other