Connector guide3-minute read10 MCP toolsEN · DE · IT

Sellsy mit Claude verbinden — über MCP

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

HCBy HelpCode teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Sellsy

Sellsy

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

Tools

10

Region

FR

Kategorie

CRM

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

SELLSY_CLIENT_IDSELLSY_CLIENT_SECRET
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Sellsy mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

Frag einfach

Beispiel-Prompts für Sellsy

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Sellsy · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Sellsy klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Sellsy + Claude

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

SELLSY_CLIENT_ID, SELLSY_CLIENT_SECRET

Schritt 1 — Zugangsdaten holen

Getting credentials

  1. Sign in to Sellsy, open Paramètres → API and create an application in the developer area.
  2. Choose the client credentials flow — it authorises the application against your own account with no browser consent step. You receive a client id and client secret.
  3. Set SELLSY_CLIENT_ID and SELLSY_CLIENT_SECRET. AnythingMCP mints and refreshes the access token on its own.

This is API v2, at https://api.sellsy.com/v2. Sellsy's v1 was an entirely different, single-endpoint RPC API — if you find an example that POSTs everything to one URL with a request parameter, that is v1 and it does not apply here.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Claude hinzufügen

Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.

  1. Öffne claude.ai/customize/connectors.
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Sellsy
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.

Verfügbare Tools

ToolWhat it does
sellsy_list_companiesList client companies with their name, SIRET, VAT number, address and owner
sellsy_search_companiesSearch companies with Sellsy's filter object — far more expressive than the plain list
sellsy_get_companyRead one client company in full: addresses, contacts, tax identifiers, rating and the notes recorded against it
sellsy_list_contactsList individual contacts with their name, e-mail, phone, position and the company they belong to
sellsy_list_invoicesList invoices with their number, date, due date, client, net and gross totals and payment status — the receivables view
sellsy_search_invoicesSearch invoices with Sellsy's filter object — by status, date range, client or amount
sellsy_get_invoiceRead one invoice in full: every row with its quantity, unit price, discount and VAT, the totals and the payments applied against it
sellsy_list_estimatesList estimates (devis) with their number, date, client, total and acceptance status — what is out with prospects and not yet won
sellsy_list_opportunitiesList CRM opportunities with their name, client, amount, funnel step and expected close date — the pipeline view
sellsy_list_itemsList catalogue items with their reference, name, unit price, VAT rate and stock tracking flag

FAQ

Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.

Nächste Schritte

War dieser Guide hilfreich?

Your Sellsy agent is one click away.

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

Verwandte Anleitungen