meetergo MCP server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meetergo MCP serverbook a 30-minute meeting with Sarah for next Tuesday at 2 PM"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
meetergo MCP server
Lets an AI agent actually run a calendar: find slots, book, reschedule, cancel, review what is coming up.
Not to be confused with the docs MCP server at
https://developer.meetergo.com/mcp, which searches documentation and cannot
change anything. Both are useful and they do different jobs:
Docs MCP | This server | |
Endpoint |
| runs locally over stdio |
Tools |
| 9 scheduling tools |
Can it book? | No | Yes |
Use it to | write an integration | be the integration |
Setup
Create a Personal Access Token at my.meetergo.com/integrations, then add the server to your MCP client:
{
"mcpServers": {
"meetergo": {
"command": "npx",
"args": ["-y", "@meetergo/mcp-server"],
"env": { "MEETERGO_TOKEN": "pat_your_token_here" }
}
}
}Works with Claude Desktop, Claude Code, Cursor, or anything else that speaks
MCP. MEETERGO_API_URL overrides the API base if you are pointing at a
non-production environment.
Related MCP server: mcp-meetsync
Tools
Tool | Writes? | Purpose |
| What can be booked — start here | |
| Bookable slots for a meeting type | |
| yes | Book a slot |
| yes | Move an appointment |
| yes | Cancel, or drop one attendee |
| Paginated calendar | |
| Today only | |
| yes | Add guest emails |
| Which calendars are attached |
Writes carry readOnlyHint: false, and cancel_appointment carries
destructiveHint: true, so hosts can require confirmation before an agent
changes anything real.
Why nine and not a hundred
The Platform API has 100 operations. Every tool definition consumes context in the model's window, and selection accuracy drops as the list grows — an agent picking between 100 near-identical operations picks worse than one choosing between nine. These nine are the loop that makes "an agent runs your calendar" true. Everything else stays available over REST.
Development
npx tsx apps/mcp-server/src/index.ts # run against the real API
nx typecheck mcp-server # typesMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meetergo/meetergo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server