Installation überspringen. In unter 2 Minuten einsatzbereit.
Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Zucchetti 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.
Summary
Zucchetti ERP and HR suites over the Zucchetti REST / Infinity API: anagrafiche, documents, items and HR records. Basic or token auth against the customer's own Infinity or Ad Hoc installation. Partner credentials required.
Frag einfach
Beispiel-Prompts für Zucchetti
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Zucchetti klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Zucchetti + Claude
Zucchetti ERP and HR suites over the Zucchetti REST / Infinity API: anagrafiche, documents, items and HR records. Basic or token auth against the customer's own Infinity or Ad Hoc installation. Partner credentials required.
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:
ZUCCHETTI_URL, ZUCCHETTI_USERNAME, ZUCCHETTI_PASSWORD
Schritt 1 — Zugangsdaten holen
Partner credentials required, and Zucchetti is not one product. The group ships dozens of applications — Infinity Zucchetti, Ad Hoc Revolution, HR Zucchetti, Mago — each with its own API surface, versioning and documentation, distributed through the partner portal rather than publicly. There is no single api.zucchetti.it, and no public sandbox. This adapter therefore ships unverified and deliberately generic: it gives you an authenticated, paged HTTP client against a Zucchetti Infinity-style REST endpoint, and expects you to point it at the module you actually licensed.
…(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.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
Zucchetti - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| Tool | What it does |
|---|---|
zucchetti_list_services | Ask the installation which REST services it publishes |
zucchetti_list_records | List records of any published resource with paging and a search fragment |
zucchetti_get_record | Read one record of any published resource by its id, with every field the API user is allowed to see |
zucchetti_list_anagrafiche | List anagrafiche — Zucchetti's customers and suppliers — with their code, name, partita IVA and address |
zucchetti_list_documenti | List documents (documenti) — invoices, orders and delivery notes — with their type, number, date, counterparty and total |
zucchetti_list_articoli | List items (articoli) from the catalogue with their code, description, unit of measure and price |
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?