buchpilot for Zed
io.github.makririch/buchpilot
DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.
client:Zed
transport:stdio
runtime:npm
Install buchpilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"buchpilot": {
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<SEVDESK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs