Integrations
Provides tools for creating and managing Google Forms, including creating forms, adding text and multiple choice questions, retrieving form details, and collecting form responses.
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:
Building the Server
Build the script to obtain a refresh token
Running in a development environment
How to set it up
- Create a project in the Google Cloud Console and enable the Google Forms API.
- https://console.cloud.google.com/
- 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.Note: If an error occurs when running get-refresh-token.js, run the following command:CopyCopy
- Copy 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-server
inmcpServers
section: GXP7
- Open
- 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_form
tool - Add questions using
add_text_question
andadd_multiple_choice_question
tools - View the URL of the created form
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.
Related MCP Servers
- -securityFlicense-qualityEnables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.Last updated -TypeScript
- -securityAlicense-qualityIntegrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.Last updated -15TypeScriptMIT License
- AsecurityAlicenseAqualityEnables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.Last updated -11,3794TypeScriptMIT License
- -securityFlicense-qualityProvides browser automation capabilities through an API endpoint that interprets natural language commands to perform web tasks using OpenAI's GPT models.Last updated -Python