Skip to content
Cursor

calendly mcp server for Cursor

io.github.nyxtoolsdev/calendly-mcp-server

Connect Claude to Calendly — schedule meetings, check availability, manage events

client:Cursor transport:stdio runtime:pypi

Install calendly mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "calendly-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "calendly-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

calendly mcp server in other clients