No install? Use cloud.anythingmcp.com directly.
Sign in, install the SavvyCal in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → SavvyCal をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
SavvyCal + Claude
Drive SavvyCal (modern team scheduling) from any AI agent: scheduling links, meetings, availability. 6 tools, API-key Bearer auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
SAVVYCAL_API_KEY
ステップ 1 — 認証情報を取得
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).
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- claude.ai/customize/connectors を開きます。
- "Add custom connector" をクリック。
- 入力:
- Name:
SavvyCal - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Connect をクリックして認可。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| 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 |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。