loading…
Search for a command to run...
loading…
Enables interaction with Calendly to manage event types, scheduled events, and invitees. It provides tools for checking user availability and canceling appointm
Enables interaction with Calendly to manage event types, scheduled events, and invitees. It provides tools for checking user availability and canceling appointments directly through the Calendly API.
MCP server for the Calendly API. Browse event types, view and filter scheduled meetings, inspect invitee details, check availability windows, and cancel events.
| Tool | Description |
|---|---|
get_current_user |
Get the authenticated user's profile |
list_event_types |
List the user's event types |
list_scheduled_events |
List scheduled events with optional filters |
get_event |
Get details of a specific scheduled event |
list_invitees |
List invitees for a scheduled event |
cancel_event |
Cancel a scheduled event with an optional reason |
check_availability |
Get available time slots for an event type |
mpak config set @nimblebraininc/calendly api_key your_token_here
npm install
npm run build
npm run check # format, lint, typecheck, tests
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-calendly": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.