UNPKG

mcp-google

Version:

The ONLY comprehensive MCP server for Google Workspace - Calendar, Contacts, and Gmail management in Claude, Cursor, Windsurf

80 lines (79 loc) 1.87 kB
{ "name": "mcp-google", "version": "2.3.0", "description": "The ONLY comprehensive MCP server for Google Workspace - Calendar, Contacts, and Gmail management in Claude, Cursor, Windsurf", "type": "module", "bin": { "mcp-google": "build/index.js" }, "files": [ "build/", "README.md", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "claude", "cursor", "windsurf", "google-calendar", "google-contacts", "google-gmail", "gmail", "email", "google-workspace", "workspace", "calendar", "contacts", "ai", "llm", "integration", "calendar-management", "contact-management", "oauth2", "create-events", "update-events", "delete-events", "people-api", "gmail-api", "email-management", "inbox-management" ], "repository": { "type": "git", "url": "git+https://github.com/199-mcp/mcp-google.git" }, "bugs": { "url": "https://github.com/199-mcp/mcp-google/issues" }, "homepage": "https://github.com/199-mcp/mcp-google#readme", "author": "199-mcp", "license": "MIT", "scripts": { "typecheck": "tsc --noEmit", "build": "npm run typecheck && node scripts/build.js", "start": "node build/index.js", "auth": "node build/auth-server.js", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage" }, "dependencies": { "@google-cloud/local-auth": "^3.0.1", "@modelcontextprotocol/sdk": "^1.0.3", "esbuild": "^0.25.0", "express": "^4.18.2", "google-auth-library": "^9.15.0", "googleapis": "^144.0.0", "open": "^7.4.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^5.0.2", "@types/node": "^20.10.4", "@vitest/coverage-v8": "^3.1.1", "typescript": "^5.3.3", "vitest": "^3.1.1" } }