Cal.com Calendar MCP Server

by mumunha
Verified
{ "name": "@modelcontextprotocol/server-calcom-calendar", "version": "0.6.2", "description": "MCP server for Cal.com Calendar API integration", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "mcp-server-calcom-calendar": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json && chmod +x dist/index.js", "watch": "tsc -p tsconfig.json --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "axios": "^1.6.7" }, "devDependencies": { "@types/node": "^18.18.0", "shx": "^0.3.4", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }