Forms

Google Forms MCP Server

Connect your account, then chat with AI to run tools.

Google Forms is an online survey tool that allows users to create forms, distribute them, and collect responses efficiently. It is primarily used for conducting surveys, quizzes, and gathering feedback.

7 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Google Forms — workflow patterns, data models, and gotchas for your AI agent.

Google Forms

Google Forms is an online survey tool for creating forms, distributing them, and collecting responses. Conduct surveys, quizzes, and gather feedback.

Data Model

  • Form definitions — titles, settings, and ordered items representing questions and layout.
  • Response batches — per-respondent answers tied to revision metadata.

Gotchas

  • form_id: Extract from the Forms URL, Drive browsing filtered to application/vnd.google-apps.form, or the Forms management surface.
  • Items: Form structure uses Item objects for questions.

Tools in this Server (7)

Google Forms Create Form

Create a new Google Form. Returns the created formId plus edit/responder URLs and the raw API response.

Google Forms Fetch Forms

Retrieve detailed information about a specific Google Form using its unique 'formid'. Use this when you need the form structure, questions, and metada...

Google Forms Get Form Response

Get a single response for a Google Form by responseId.

Google Forms List Form Responses

Collect responses submitted to a specific Google Form identified by 'formid'. Use this to gather all responses for analysis or record-keeping. Returns...

Google Forms List Forms

List Google Forms accessible to the authenticated user (via Drive files.list).

Google Forms Set Publish Settings

Update Google Form publish settings (publishAsTemplate, requireAuthentication).

Google Forms Validate Token

Validate the Google Forms OAuth token and confirm required scopes are granted.

Frequently Asked Questions

What is the Google Forms MCP server?

Google Forms is an online survey tool that allows users to create forms, distribute them, and collect responses efficiently. It is primarily used for conducting surveys, quizzes, and gathering feedback. It provides 7 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Google Forms to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/google-forms. Authentication is handled automatically.

How many tools does Google Forms provide?

Google Forms provides 7 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Google Forms require?

Google Forms uses One-click sign in. Google Forms requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Google Forms to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/google-forms

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Google Forms?

Sign in to connect your credentials and start running tools from the chat.

Google Forms MCP Server & Skill — 7 Tools