Skip to content
VS Code

calendly mcp server for VS Code

io.github.nyxtoolsdev/calendly-mcp-server

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

client:VS Code transport:stdio runtime:pypi

Install calendly mcp server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

calendly mcp server in other clients