Loading MCP server directory, please wait...
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-formsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-forms": {
"command": "npx",
"args": [
"-y",
"mcp-google-forms"
],
"env": {
"GOOGLE_FORMS_CLIENT_ID": "",
"GOOGLE_FORMS_CLIENT_SECRET": "",
"GOOGLE_FORMS_REFRESH_TOKEN": "",
"GOOGLE_FORMS_ACCESS_TOKEN": "",
"GOOGLE_FORMS_API_BASE": "https://forms.googleapis.com",
"GOOGLE_FORMS_TIMEOUT_MS": "60000",
"GOOGLE_FORMS_MAX_RETRIES": "3"
}
}
}
}