Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Google Forms MCP
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:44:06 PM

Google Forms MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "google-forms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-forms-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Google Forms MCP

npm CI Glama License: MIT

MCP server for the Google Forms API: create forms, add and edit questions, publish, read responses and set up push notifications for new submissions β€” from Claude, Cursor, Codex and other AI clients, in natural language.

Ask your assistant to "make a customer-feedback survey with a rating question and publish it", "show me yesterday's responses", or "close the form for responses" β€” it drives the Forms API for you, from a blank form to response analysis.

Quick start

  1. Get OAuth credentials for the Google Forms API.

  2. Add the server β€” for example, in Claude Code (other clients):

    Terminal
    claude mcp add google-forms \
      -e GOOGLE_FORMS_CLIENT_ID=your_client_id \
      -e GOOGLE_FORMS_CLIENT_SECRET=your_client_secret \
      -e GOOGLE_FORMS_REFRESH_TOKEN=your_refresh_token \
      -- npx -y mcp-google-forms@latest
    
  3. Ask the assistant: "Create a form called 'Team lunch survey' with a dropdown of three restaurants and publish it."

Tools

ToolDescription
create_formCreate a form (optionally publish it right away β€” API-created forms start unpublished).
get_formFull form structure: info, settings, items with ids, publish state, responder URL.
update_form_infoChange the title, description or document title.
update_form_settingsToggle quiz mode and email collection.
add_questionAdd a question: text, paragraph, radio, checkbox, dropdown, scale, date, time, rating.
update_questionUpdate an existing item by index with an explicit update mask.
delete_itemDelete the item at an index.
move_itemReorder items.
set_publish_settingsPublish/unpublish, open/close response collection.
list_responsesList submissions, incrementally with submitted_after; paginated.
get_responseFetch one submission by id.
manage_watchesCreate/list/delete/renew Cloud Pub/Sub push-notification watches.
raw_requestEscape hatch: any Forms API v1 path (e.g. a custom batchUpdate with grids).

Plus resilience built in: automatic OAuth token refresh (including on 401), retries with backoff on 429 (and on 5xx/network errors for reads only β€” writes are never replayed), a request timeout, and an SSRF guard so the token can't leak to a foreign host.

Example prompts

  • "Create an RSVP form for the offsite, ask for name, meal preference (veg/meat/fish) and arrival date, then publish it and give me the link."
  • "Turn the 'Onboarding quiz' form into a quiz and make every question required."
  • "How many responses came in since Monday? Summarize the free-text feedback."
  • "Stop accepting responses on the feedback form."

Limitations (the API's, not the server's)

  • Responses are read-only. The Forms API cannot submit or edit responses β€” there is no such endpoint, so this server has no submit tool either.
  • API-created forms start unpublished and don't accept responses until published β€” use publish: true on create_form or set_publish_settings. Legacy forms (from before the publish model) don't support set_publish_settings at all.
  • File-upload questions can't be created via the API (existing ones are readable).
  • Quotas are per minute (reads 975/project, list_responses 450, writes 375); the server backs off on 429 automatically.

Installation

Requires Node.js 20+ (runs via npx, no separate install).

Claude Code
Terminal
claude mcp add google-forms \
  -e GOOGLE_FORMS_CLIENT_ID=your_client_id \
  -e GOOGLE_FORMS_CLIENT_SECRET=your_client_secret \
  -e GOOGLE_FORMS_REFRESH_TOKEN=your_refresh_token \
  -- npx -y mcp-google-forms@latest
Claude Desktop

claude_desktop_config.json β€” macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\

config.json
{
  "mcpServers": {
    "google-forms": {
      "command": "npx",
      "args": ["-y", "mcp-google-forms@latest"],
      "env": {
        "GOOGLE_FORMS_CLIENT_ID": "your_client_id",
        "GOOGLE_FORMS_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_FORMS_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}
Cursor

~/.cursor/mcp.json (or .cursor/mcp.json in the project)

config.json
{
  "mcpServers": {
    "google-forms": {
      "command": "npx",
      "args": ["-y", "mcp-google-forms@latest"],
      "env": {
        "GOOGLE_FORMS_CLIENT_ID": "your_client_id",
        "GOOGLE_FORMS_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_FORMS_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}
VS Code

.vscode/mcp.json β€” note the servers key (not mcpServers)

config.json
{
  "servers": {
    "google-forms": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "mcp-google-forms@latest"],
      "env": {
        "GOOGLE_FORMS_CLIENT_ID": "your_client_id",
        "GOOGLE_FORMS_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_FORMS_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

Getting credentials

The Forms API has no API-key access β€” every call needs OAuth 2.0. One-time setup, ~10 minutes:

  1. Create a Google Cloud project (or reuse one) at console.cloud.google.com, then enable the Google Forms API: APIs & Services β†’ Library β†’ Google Forms API β†’ Enable.
  2. Configure the OAuth consent screen (APIs & Services β†’ OAuth consent screen): choose External, fill in the app name and your email, and add your Google account under Test users (in Testing mode only listed users can authorize β€” no app verification needed).
  3. Create an OAuth client (APIs & Services β†’ Credentials β†’ Create credentials β†’ OAuth client ID), application type Desktop app. Save the client ID and client secret.
  4. Mint a refresh token. The easiest way is the OAuth 2.0 Playground:
    • Click the gear icon β†’ check Use your own OAuth credentials β†’ paste your client ID and secret (add https://developers.google.com/oauthplayground as an authorized redirect URI to the OAuth client first).
    • In Step 1, enter the scopes https://www.googleapis.com/auth/forms.body https://www.googleapis.com/auth/forms.responses.readonly and click Authorize APIs, signing in with the test-user account.
    • In Step 2, click Exchange authorization code for tokens and copy the refresh token.
  5. Put the three values into GOOGLE_FORMS_CLIENT_ID, GOOGLE_FORMS_CLIENT_SECRET and GOOGLE_FORMS_REFRESH_TOKEN. The server exchanges the refresh token for short-lived access tokens automatically.

Scope notes: forms.body + forms.responses.readonly is the minimal, recommended pair (no broad Drive access). While the consent screen stays in Testing mode, refresh tokens expire after 7 days β€” publish the app (or keep it Internal in a Workspace domain) for long-lived tokens.

⚠️ The credentials are stored in plain text in your client's config β€” treat them like a password. The refresh token grants access to your forms until revoked at myaccount.google.com/permissions.

Configuration

VariableRequiredDefaultDescription
GOOGLE_FORMS_CLIENT_IDyes*β€”OAuth2 client id (refresh flow).
GOOGLE_FORMS_CLIENT_SECRETyes*β€”OAuth2 client secret (refresh flow).
GOOGLE_FORMS_REFRESH_TOKENyes*β€”OAuth2 refresh token (refresh flow).
GOOGLE_FORMS_ACCESS_TOKENyes*β€”Alternative: a static access token (~1 h lifetime), mostly for testing.
GOOGLE_FORMS_API_BASEnohttps://forms.googleapis.comAPI root override.
GOOGLE_FORMS_TIMEOUT_MSno60000Per-request timeout, ms.
GOOGLE_FORMS_MAX_RETRIESno3Retries on transient errors.

* Either the three refresh-flow variables together, or GOOGLE_FORMS_ACCESS_TOKEN.

Documentation

  • All tools β€” full reference with parameters and notes.
  • Development β€” build, tests, smoke check, telemetry.
  • Publishing β€” releasing and MCP-catalog listing.

Support

Questions, ideas, issues β€” Telegram @gistrec or GitHub issues.

License

MIT β€” see LICENSE.

Related MCP Servers

View all in Developer Tools View all alternatives
  • M
    Mcp Google Forms

    19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

    πŸ’» Developer Tools0 views
    Compare vs Mcp Google Forms β†’
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    πŸ’» Developer Tools0 views
    Compare vs Graphql β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • F
    Figlime

    Read Figlime jobs, screening questions, and candidate responses; draft screening questions.

    πŸ’» Developer Tools0 views
    Compare vs Figlime β†’

Frequently Asked Questions about Google Forms MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "google-forms-mcp": { "command": "npx", "args": ["-y", "Google Forms MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGoogle Forms MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/google-forms-mcp?style=directory)](https://allmcps.com/mcp/google-forms-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/google-forms-mcp"><img src="https://allmcps.com/api/badge/google-forms-mcp?style=directory" alt="Google Forms MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Google Forms MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code