Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah
package.json830 B
{ "name": "postman-mcp-generator-mcp", "version": "1.0.0", "description": "A simple MCP server with packaged tools", "main": "index.js", "type": "module", "scripts": { "list-tools": "node index.js tools", "test-oauth": "node test-oauth.js", "setup-oauth": "node oauth-setup.js", "test-logging": "node test-logging.js", "start": "node mcpServer.js", "start-sse": "node mcpServer.js --sse", "debug": "LOG_LEVEL=debug node mcpServer.js", "debug-sse": "LOG_LEVEL=debug node mcpServer.js --sse" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "commander": "^13.1.0", "dotenv": "^16.4.7", "express": "^5.1.0", "googleapis": "^149.0.0", "open": "^10.1.2" }, "engines": { "node": ">=16.0.0" }, "author": "Postman, Inc.", "license": "MIT" }

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/mohalmah/google-appscript-mcp-server'

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