@calmesh/mcp-server
Allows connecting Google Calendar to the CalMesh calendar infrastructure, enabling read/write access to events, availability checks, and booking management.
Click 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., "@@calmesh/mcp-servercheck my calendar for next week"
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.
@calmesh/mcp-server
MCP server for CalMesh — AI-first calendar infrastructure. Connects AI agents to your calendars, bookings, and scheduling polls via the Model Context Protocol.
Quick Start
CALMESH_API_KEY=cm_live_... npx @calmesh/mcp-serverRelated MCP server: MCP Outlook Tools
Setup
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"calmesh": {
"command": "npx",
"args": ["@calmesh/mcp-server"],
"env": {
"CALMESH_API_KEY": "cm_live_your_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"calmesh": {
"command": "npx",
"args": ["@calmesh/mcp-server"],
"env": {
"CALMESH_API_KEY": "cm_live_your_key_here"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"calmesh": {
"command": "npx",
"args": ["@calmesh/mcp-server"],
"env": {
"CALMESH_API_KEY": "cm_live_your_key_here"
}
}
}
}Available Tools
Core Tools
Read operations (require read scope)
Tool | Description |
| List all unified calendars |
| Get events within a date range |
| Get full event details (title, description, location) |
| Check available time slots |
| Find overlapping events |
Write operations (require write scope)
Tool | Description |
| Create a calendar event |
| Delete a calendar event |
Booking Tools (require book scope)
Tool | Description |
| Get available booking slots |
| Create a new booking |
| Cancel a booking |
| List bookings with pagination |
Poll Tools (require book scope for create/decide, read for list/overlap)
Tool | Description |
| Create a scheduling poll |
| List all polls |
| Get participant overlap |
| Finalize poll with chosen time |
Setup Tools (require full scope)
Tool | Description |
| Connect Google or Microsoft calendar |
| Connect CalDAV or iCal URL |
| Check connection sync status |
| List all connections |
| Remove a connection |
| Create unified calendar with sources |
| Update calendar, manage sources |
HTTP Transport
For remote or hosted MCP clients, use the HTTP transport:
CALMESH_API_KEY=cm_live_... \
CALMESH_HTTP_SECRET=your_secret_token \
npx @calmesh/mcp-server --transport http --port 3100The server binds to 127.0.0.1 by default. All requests must include Authorization: Bearer <http-secret>.
CLI Options
--api-key <key> CalMesh API key (prefer CALMESH_API_KEY env var)
--base-url <url> API base URL (default: https://calmesh.xyz)
--transport <type> stdio (default) or http
--port <port> HTTP port (default: 3100)
--host <host> HTTP host (default: 127.0.0.1)
--http-secret <token> Required for HTTP transport
--help Show help
--version Show versionTroubleshooting
"Invalid or expired API key" Generate a new API key at calmesh.xyz/dashboard/api-keys.
"Insufficient permissions"
Your API key scope is too low. Core tools need read, booking tools need book, setup tools need full.
"Rate limit exceeded" Wait a moment and retry.
"Unable to reach CalMesh API"
Check your network connection and --base-url value.
"CalMesh API request timed out" Requests time out after 30 seconds. Retry or check service status.
HTTP transport "Unauthorized"
Ensure your client sends Authorization: Bearer <http-secret> with every request.
This server cannot be installed
Maintenance
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
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/davidklemme/calmesh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server