sevdesk MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sevdesk MCP Serverlist my unpaid invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-sevdesk
Ein MCP (Model Context Protocol) Server für die sevdesk API. Ermöglicht die Integration von sevdesk-Buchhaltungsfunktionen in Claude und andere MCP-kompatible Anwendungen.
Features
Kontakte: Erstellen, lesen, aktualisieren und löschen von Kontakten (Kunden, Lieferanten, Partner)
Rechnungen: Auflisten, abrufen, als PDF exportieren, per E-Mail versenden, buchen und stornieren
Belege (Voucher): Verwalten von Eingangsrechnungen und Ausgaben
Bankkonten: Verwalten von Bankkonten und Transaktionen
Artikel: Verwalten von Produkten und Dienstleistungen
Related MCP server: sevdesk MCP Server
Installation
npm install
npm run generate-types
npm run buildKonfiguration
Setze die Umgebungsvariable SEVDESK_API_TOKEN mit deinem sevdesk API-Token:
export SEVDESK_API_TOKEN="dein-32-zeichen-hex-token"Den API-Token findest du in sevdesk unter: Einstellungen → Benutzer → API-Token
Verwendung
Als MCP-Server
Füge den Server zu deiner Claude Desktop Konfiguration hinzu (~/.config/claude/claude_desktop_config.json):
{
"mcpServers": {
"sevdesk": {
"command": "node",
"args": ["/pfad/zu/mcp-sevdesk/dist/index.js"],
"env": {
"SEVDESK_API_TOKEN": "dein-api-token"
}
}
}
}Direkt ausführen
SEVDESK_API_TOKEN="dein-token" npm startVerfügbare Tools
Kontakte
Tool | Beschreibung |
| Alle Kontakte auflisten |
| Einzelnen Kontakt abrufen |
| Neuen Kontakt erstellen |
| Kontakt aktualisieren |
| Kontakt löschen |
Rechnungen
Tool | Beschreibung |
| Alle Rechnungen auflisten |
| Einzelne Rechnung abrufen |
| Rechnung als PDF abrufen |
| Rechnung per E-Mail versenden |
| Rechnung als versendet markieren |
| Rechnung als bezahlt buchen |
| Rechnung stornieren |
Belege (Voucher)
Tool | Beschreibung |
| Alle Belege auflisten |
| Einzelnen Beleg abrufen |
| Beleg als bezahlt buchen |
| Belegpositionen abrufen |
| Belegdatei hochladen |
Bankkonten
Tool | Beschreibung |
| Alle Bankkonten auflisten |
| Einzelnes Bankkonto abrufen |
| Kontostand abrufen |
| Transaktionen auflisten |
| Einzelne Transaktion abrufen |
| Neue Transaktion erstellen |
Artikel
Tool | Beschreibung |
| Alle Artikel auflisten |
| Einzelnen Artikel abrufen |
| Neuen Artikel erstellen |
| Artikel aktualisieren |
| Lagerbestand abrufen |
API-Referenz
Dieser Server basiert auf der offiziellen sevdesk API v1. Weitere Informationen zur API findest du in der sevdesk API-Dokumentation.
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables integration with Fatture in Cloud to manage Italian electronic invoices through natural conversation, including creating, sending, and tracking invoices and financial data.Last updated17MIT
- Alicense-quality-maintenanceEnables management of sevdesk accounting and invoicing tasks including contacts, invoices, and offers through the Model Context Protocol. It provides tools for financial reporting, tax summaries, and KPI dashboards directly within AI interfaces.Last updated
- Alicense-qualityBmaintenanceIntegrates with the sevdesk German accounting API, providing 76 tools for full CRUD operations across contacts, invoices, vouchers, orders, credit notes, bank accounts, transactions, parts, tags, addresses, and communication ways.Last updated1434MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Zoho Books accounting tasks such as invoices, contacts, expenses, and sales orders through natural language.Last updated39MIT
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikolausm/mcp-sevdesk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server