Connector guide3-minute read11 MCP toolsEN · DE · IT

Cómo conectar sevDesk a Cursor — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

HCBy HelpCode teamActualizado 3 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

sevDesk

sevDesk

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

herramientas

11

Región

DE

Categoría

Accounting

Autenticación

API Key

Env vars requeridas

SEVDESK_API_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade sevDesk con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

Prueba a pedir

Prompts de ejemplo para sevDesk

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

sevDesk · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → sevDesk, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

sevDesk + Cursor

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

SEVDESK_API_KEY

Paso 1 — Obtener credenciales

Getting a key

  1. Sign in to sevDesk and open Einstellungen → Benutzer → (your user) → API-Token.
  2. Copy the token into SEVDESK_API_KEY. It belongs to one user in one client (Mandant) and inherits that user's permissions — create a dedicated API user with read rights if the agent should not be able to write.

The Authorization header has no scheme. sevDesk expects the raw token (Authorization: abc123…), not Bearer abc123…. This adapter sends it that way; if you build a custom connector against sevDesk by hand, that is the single most common reason for a 401.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en Cursor

Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia Cursor.
  3. Abre Cursor → Configuración → MCP para verificar que sevDesk aparece como "Connected".
  4. Empieza a chatear — todas las herramientas de sevDesk están disponibles.

Herramientas disponibles

ToolWhat it does
sevdesk_list_usersList the sevDesk users in this client, with their names and e-mail addresses
sevdesk_list_contactsList contacts (customers, suppliers, partners)
sevdesk_get_contactRead one contact by its numeric sevDesk id, with its category, customer number, tax settings and default payment terms
sevdesk_list_invoicesList outgoing invoices, newest first
sevdesk_get_invoice_positionsRead the line items (Positionen) of one invoice: article, quantity, unit price, tax rate and the resulting net and gross sums
sevdesk_list_vouchersList vouchers (Belege) — incoming supplier invoices and receipts
sevdesk_list_ordersList orders and quotations (Aufträge und Angebote)
sevdesk_list_partsList parts (Artikel) from the sevDesk product catalogue with their price, stock level, unit and tax rate
sevdesk_list_check_accountsList the bank and cash accounts (Kassen und Bankkonten) configured in sevDesk, with their current balance and import type
sevdesk_list_transactionsList bank transactions on one check account, so unpaid invoices can be matched against money that actually arrived
sevdesk_create_contactCreate a new contact

FAQ

¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.

Siguientes pasos

¿Te ha sido útil esta guía?

Your sevDesk agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar sevDesk a ChatGPT — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Cómo conectar sevDesk a Claude — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Cómo conectar sevDesk a Gemini — via MCP

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

sevDesk a MCP — Pilota sevDesk desde cualquier agente IA

sevDesk cloud bookkeeping for German SMBs and freelancers: contacts, invoices, vouchers (Belege), orders, parts and bank accounts. REST API v1, API-key auth — the key goes in a bare Authorization header, with no Bearer prefix.

connectors

Cómo conectar AFAS Profit a Cursor — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Cómo conectar Aruba Fatturazione Elettronica a Cursor — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.