PluginBench
MCP Server
Maintained
MIT

io.github.NyxToolsDev/calendly-mcp-server MCP Server

io.github.NyxToolsDev/calendly-mcp-server

What is the io.github.NyxToolsDev/calendly-mcp-server MCP server?

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

How to install io.github.NyxToolsDev/calendly-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calendly-mcp-server": {
      "command": "uvx",
      "args": [
        "calendly-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "calendly-mcp-server": {
      "command": "uvx",
      "args": [
        "calendly-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "calendly-mcp-server": {
      "command": "uvx",
      "args": [
        "calendly-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "calendly-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "calendly-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add calendly-mcp-server -- uvx calendly-mcp

Related MCP servers

Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.

3
Python
MIT
View repository →

Cross-session memory for Claude Code — context capture, semantic search, recall

1
Python
MIT
View repository →

Connect Claude to QuickBooks Online — query finances, create invoices, run reports

0
Python
MIT
View repository →