Skip to main content
Glama

Google Forms MCP Server

by masatoshi118
package.json686 B
{ "name": "google-forms-server", "version": "0.1.0", "description": "MCP server for Google Forms integration", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "build:token": "tsc src/get-refresh-token.ts --outDir build --target ES2020" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.6.2", "googleapis": "^126.0.1", "open": "^9.1.0", "server-destroy": "^1.0.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/server-destroy": "^1.0.4", "typescript": "^5.3.2" } }

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/masatoshi118/mcp_google_froms'

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