Loading MCP server directory, please wait...
Complete sevDesk MCP server: all API endpoints, guarded writes, built-in bookkeeping audits.
npx @getmcp/cli add io.github.joosthel/sevdesk-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SEVDESK_API_TOKENsevDesk API token (Settings → Users → your user → API)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joosthel/sevdesk-mcp": {
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "",
"SEVDESK_READ_ONLY": ""
}
}
}
}