Skip to main content
Glama

Google Docs MCP Server

by penysho
package.json1.2 kB
{ "name": "google-docs-mcp", "version": "1.0.0", "description": "Google Docs APIと連携するMCP(Model Context Protocol)サーバー", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && chmod 755 dist/index.js && cp credentials.json dist/ && cp token.json dist/", "start": "node dist/index.js", "dev": "node --loader ts-node/esm src/index.ts", "mcp": "cross-env DEBUG=mcp:* node --loader ts-node/esm src/index.ts", "lint": "eslint src/**/*.ts", "test": "echo \"Error: no test specified\" && exit 1", "biome": "biome check --write ./src" }, "keywords": [ "mcp", "model-context-protocol", "google-docs", "generative-ai", "typescript" ], "author": "", "license": "MIT", "dependencies": { "@google-cloud/local-auth": "^3.0.1", "@modelcontextprotocol/sdk": "^1.10.2", "@types/node": "^22.15.3", "cross-env": "^7.0.3", "dotenv": "^16.5.0", "googleapis": "^148.0.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "zod": "^3.24.3" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "@biomejs/biome": "2.2.0" } }

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/penysho/docs-mcp'

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