Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the SavvyCal in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive SavvyCal (modern team scheduling) from any AI agent: scheduling links, meetings, availability. 6 tools, API-key Bearer auth.
Frag einfach
Beispiel-Prompts für SavvyCal
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → SavvyCal klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
SavvyCal
Drive SavvyCal (modern team scheduling) from any AI agent: scheduling links, meetings, availability. 6 tools, API-key Bearer auth.
Einrichtung
savvycal.com).
Setup:
- Sign in to https://savvycal.com → top-right avatar → Developer → API Keys → Create new key.
- Set
SAVVYCAL_API_KEY.
Authentication: Authorization: Bearer ${SAVVYCAL_API_KEY}.
Resource model:
- Link: a scheduling link template (
/me/intro-call). - Booking: a scheduled meeting via a link.
- Calendar: connected calendar source (Google/Outlook).
Pagination: cursor — response has meta.next_cursor.
Out of scope here: workflows automation editing, payments via Stripe, team round-robin config (UI-only).
Voraussetzungen: SAVVYCAL_API_KEY
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle SavvyCal und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
savvycal_me | Return the user the token belongs to |
savvycal_list_links | List scheduling links |
savvycal_get_link | Fetch a scheduling link by ID with full details |
savvycal_list_meetings | List meetings (bookings) |
savvycal_get_meeting | Fetch a meeting by ID with invitee details, cancellation URL, reschedule URL |
savvycal_cancel_meeting | Cancel a scheduled meeting |
Nächste Schritte
War dieser Guide hilfreich?