Odel
sevdesk mcp

sevdesk mcp

Local
@joosthelTypeScriptMITUpdated Yesterday

Complete sevDesk MCP server: all API endpoints, guarded writes, built-in bookkeeping audits.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsevdesk-mcpv0.4.0

Run

npx -y sevdesk-mcp

MCP client config

{
  "mcpServers": {
    "sevdesk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sevdesk-mcp"
      ]
    }
  }
}