Claude Meet MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_calendar_availabilityA | Check the free/busy status of one or more people's calendars for a specific date and time range. Returns when people are busy and when they're free. All times are in UTC timezone. |
| find_meeting_timesA | Find available meeting time slots that work for all attendees. Analyzes calendars and returns the best options ranked by preference. Returns ISO timestamps with correct UTC timezone offset - use these exact values when creating events. |
| create_calendar_eventA | Create a new calendar event and send email invitations to all attendees. The event will appear on everyone's calendar. Calendar is configured for UTC timezone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: checking raw availability, finding optimal meeting times, and creating events. There is no ambiguity between them.
All tools follow a consistent verb_noun pattern with underscores (check_calendar_availability, create_calendar_event, find_meeting_times).
3 tools is a well-scoped set for a meeting scheduling server, covering the essential steps without unnecessary bloat.
The set covers the core workflow of finding and creating events, but lacks update/delete capabilities for events, which could be a minor gap.