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-mcpRelated MCP servers
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
3
View repository →Python
MIT
Cross-session memory for Claude Code — context capture, semantic search, recall
1
View repository →Python
MIT
Connect Claude to QuickBooks Online — query finances, create invoices, run reports
0
View repository →Python
MIT