← Back to Plugins
MCP Server MCP

io.github.makririch/buchpilot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "buchpilot-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lexoffice API key (from lexoffice.de/api)",
          "format": "string",
          "isSecret": true,
          "name": "LEXOFFICE_API_KEY"
        },
        {
          "description": "sevDesk API key (from sevdesk.de/api)",
          "format": "string",
          "isSecret": true,
          "name": "SEVDESK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...