Skip to content
Grok

Google Forms MCP for Grok

io.github.a1-x-tech/mcp-google-forms

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

client:Grok transport:stdio runtime:npm

Install Google Forms MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-forms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_CLIENT_ID": "<GOOGLE_FORMS_CLIENT_ID>",
        "GOOGLE_FORMS_CLIENT_SECRET": "<GOOGLE_FORMS_CLIENT_SECRET>",
        "GOOGLE_FORMS_REFRESH_TOKEN": "<GOOGLE_FORMS_REFRESH_TOKEN>",
        "GOOGLE_FORMS_ACCESS_TOKEN": "<GOOGLE_FORMS_ACCESS_TOKEN>",
        "GOOGLE_FORMS_OAUTH_PORT": "<GOOGLE_FORMS_OAUTH_PORT>",
        "GOOGLE_FORMS_API_BASE": "<GOOGLE_FORMS_API_BASE>",
        "GOOGLE_FORMS_TIMEOUT_MS": "<GOOGLE_FORMS_TIMEOUT_MS>",
        "GOOGLE_FORMS_MAX_RETRIES": "<GOOGLE_FORMS_MAX_RETRIES>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Google Forms MCP in other clients