
Mcp Google Forms
Let your agent create Google Forms quizzes, add questions, set answer keys, and read responses through 19 MCP tools during validation or ops workflows.
Overview
Google Forms MCP is a MCP server for the Build phase that exposes 19 tools to create quizzes, manage questions and answer keys, and read Google Forms responses.
What is this MCP server?
- 19 MCP tools for Google Forms lifecycle
- Create quizzes and add questions from the agent
- Set answer keys for graded quizzes
- Read form responses for analysis or support
- OAuth credentials.json and token.json via GOOGLE_FORMS_MCP_DIR (default ~/.config/google-forms-mcp)
- 19 Google Forms MCP tools
- MCP server version 1.0.1
- stdio transport via PyPI identifier mcp-google-forms
What problem does it solve?
Manually building and updating Google Forms for validation surveys or quizzes breaks agent-driven workflows and slows iterative copy and question changes.
Who is it for?
Indie builders who already use Google Forms for waitlists, quizzes, or feedback and want agent-driven create-and-read automation.
Skip if: Teams standardized on Typeform or self-hosted forms only, or environments where Google OAuth for agents is not allowed.
What do I get? / Deliverables
After OAuth setup and MCP registration, your agent can create, edit, and harvest Google Forms data through structured tool calls.
- Agent-created Google Forms and quizzes
- Configured questions and answer keys via MCP
- Readable response datasets for downstream analysis
Recommended MCP Servers
Journey fit
Google Forms automation is integration work done while building surveys, lead magnets, or internal data collection tied to your product. Integrations captures OAuth-backed Google Workspace MCP servers that mutate external SaaS objects from the agent.
How it compares
Google Workspace Forms MCP integration, not a static form-design markdown skill.
Common Questions / FAQ
Who is Google Forms MCP for?
Builders and operators who rely on Google Forms and want their coding agent to create quizzes, edit questions, and read responses.
When should I use Google Forms MCP?
Use it during Build integrations—or Validate when the form is your landing proof—when you need programmatic form and response control.
How do I add Google Forms MCP to my agent?
Install the PyPI package mcp-google-forms, place OAuth credentials.json and token.json under GOOGLE_FORMS_MCP_DIR or ~/.config/google-forms-mcp, and add stdio MCP config in your agent.