Submit

MeetSync MCP Server

@Nick McCormick

Calendar negotiation API for AI agents. Exposes all 19 MeetSync endpoints as named MCP tools — find mutual availability across participants, manage scheduling proposals, and confirm bookings directly from Claude or any MCP-compatible agent. No OAuth required, API key auth only.

Server Config

{
  "mcpServers": {
    "meetsync": {
      "command": "npx",
      "args": [
        "mcp-meetsync"
      ],
      "env": {
        "MEETSYNC_API_URL": "https://your-api-url",
        "MEETSYNC_API_KEY": "your-api-key"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server