Google Forms MCP Server
Provides tools for creating and managing Google Forms, including creating forms, adding text and multiple choice questions, retrieving form details, and collecting form responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Forms MCP Servercreate a feedback form for our new product launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Forms MCP Server
This MCP server uses the Google Forms API to provide functions such as creating and editing forms and getting responses.
How to build
Initial Setup
After cloning the repository, install the dependencies:
cd google-forms-server
npm installBuilding the Server
# メインのMCPサーバーをビルド
npm run buildBuild the script to obtain a refresh token
# リフレッシュトークン取得スクリプトをビルド
npm run build:tokenRunning in a development environment
# サーバーを直接実行
node build/index.js
# または、npm scriptを使用
npm run startRelated MCP server: Formswrite MCP
How to set it up
Create a project in the Google Cloud Console and enable the Google Forms API.
Search for "Google Forms API" from APIs & Services > Library and enable it.
Obtain an OAuth 2.0 client ID and secret.
APIs and Services > Credentials > Create Credentials > OAuth Client ID
Application Type: Select "Desktop App"
Set the environment variables to get the refresh token.
export GOOGLE_CLIENT_ID="あなたのクライアントID" export GOOGLE_CLIENT_SECRET="あなたのクライアントシークレット" cd google-forms-server npm run build node build/get-refresh-token.jsNote: If an error occurs when running get-refresh-token.js, run the following command:
cd google-forms-server npm run build:token node build/get-refresh-token.jsCopy the refresh token that is displayed.
Update the configuration file for Claude's desktop app.
Open
~/Library/Application Support/Claude/claude_desktop_config.json.Add the environment variable to
google-forms-serverinmcpServerssection: GXP7
Restart Claude's desktop app.
Available Tools
This MCP server provides the following tools:
create_form- Creates a new Google Formadd_text_question- Adds a text question to the formadd_multiple_choice_question- Adds a multiple choice question to the formget_form- Gets the details of a formget_form_responses- Get form responses
Usage Example
フォームを作成して、いくつかの質問を追加してください。Claude creates forms using MCP tools such as:
Create a new form using the
create_formtoolAdd questions using
add_text_questionandadd_multiple_choice_questiontoolsView the URL of the created form
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.2MIT

Formswrite MCPofficial
AlicenseNot gradedqualityDmaintenanceEnables LLMs to convert documents to Google Forms, edit questions, list and publish forms, and run AI form assistant tools through the Formswrite API.MIT- FlicenseNot gradedqualityDmaintenanceEnables form management, response handling, and analytics via the Fillout.io API, allowing users to create, update, and fetch forms and submissions through natural language.
- AlicenseNot gradedqualityCmaintenanceMCP server for reading, editing, and publishing Google Forms with the official Google Forms API. Enables AI agents to programmatically create, modify, and manage forms and responses.MIT
Related MCP Connectors
Give AI agents access to form submissions — read, search, update, and process file attachments.
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/masatoshi118/mcp_google_froms'
If you have feedback or need assistance with the MCP directory API, please join our Discord server