Skip to main content
Glama

Google Calendar MCP Server

by peadams21
package.json1.03 kB
{ "name": "google-calendar-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol server for Google Calendar integration", "main": "dist/index.js", "bin": { "google-calendar-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "nodemon --watch src --ext ts --exec ts-node src/index.ts", "start": "node dist/index.js", "clean": "rimraf dist", "type-check": "tsc --noEmit", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "google-calendar", "calendar", "integration" ], "author": "Adams Insight, LLC", "license": "MIT", "devDependencies": { "@types/node": "^24.2.0", "nodemon": "^3.1.10", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "dotenv": "^17.2.1", "google-auth-library": "^10.2.1", "googleapis": "^155.0.0", "zod": "^3.25.76" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peadams21/Google-Calendar-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server