Sevdesk MCP

Complete sevDesk MCP server: all API endpoints, guarded writes, built-in bookkeeping audits. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 7 documented tools (including sevdesk_audit_vat, sevdesk_reverse_charge_report, sevdesk_find_duplicates) for browsing or selecting items from that list.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 3 · #96 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Sevdesk MCP

before you install - you'll need

Set SEVDESK_API_TOKEN, SEVDESK_READ_ONLY before connecting.

Claude Code

claude mcp add joosthel-sevdesk-mcp -- npx -y sevdesk-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-28 - young repo, little track record yet

license MIT - declared in the repository

npm package sevdesk-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.joosthel is GitHub-verified and matches the repo owner

03 · What Sevdesk MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can detect monthly cadences per supplier and report the missing months, and diff a local folder of receipt PDFs against booked vouchers, both directions (requires SEVDESK_RECEIPT_DIRS).

The 7 tools it gives your agent

Extracted from the project's README - what sevdesk-mcp lets an agent do.

sevdesk_audit_vat
- Flags reverse-charge mis-bookings, rules from the wrong side of the books, tax rules the booking account doesn't allow, rates that contradict the tax rule, sums
sevdesk_reverse_charge_report
- Totals the §13b tax base for a period - split into nets-to-zero (rule 12/14), actually payable (rule 13) and own revenue (rule 5)
sevdesk_find_duplicates
- Repeated document numbers, same supplier + amount within N days, vouchers stuck in Entwurf
sevdesk_subscription_gaps
- Detects monthly cadences per supplier and reports the missing months
sevdesk_diff_receipt_folder
- Diffs a local folder of receipt PDFs against booked vouchers, both directions (requires SEVDESK_RECEIPT_DIRS)
sevdesk_reconcile_transactions
- Matches bank transactions against vouchers by amount and date proximity: payments without a receipt, vouchers without a payment
sevdesk_invoice_aging
- Who owes you money and for how long: open invoices bucketed by days overdue, partially paid remainders, drafts never sent

Latest releases

v0.4.0 · 2026-07-29

See CHANGELOG.md -

04 · Who maintains Sevdesk MCP

sevdesk-mcp is maintained by joosthel. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #96 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-29)
registry
io.github.joosthel/sevdesk-mcp (active, first published 2026-07-29)
packages
npm:sevdesk-mcp

06 · Sevdesk MCP FAQ

Is Sevdesk MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Sevdesk MCP do?

With this server connected, an agent can detect monthly cadences per supplier and report the missing months, and diff a local folder of receipt PDFs against booked vouchers, both directions (requires SEVDESK_RECEIPT_DIRS).

How do I install Sevdesk MCP?

Run `npx -y sevdesk-mcp`. The README documents 2 environment variables (SEVDESK_API_TOKEN, SEVDESK_READ_ONLY) to set first. Set SEVDESK_API_TOKEN, SEVDESK_READ_ONLY before connecting. You can also paste the ready-made client config above.

Does Sevdesk MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sevdesk MCP