Google Forms MCP Server
This project is an MCP server utilizing the Google Forms API to enable operations such as creating, editing, and retrieving form responses. Key functionalities include setting up a project in Google Cloud, obtaining OAuth credentials, configuring environment variables, and managing forms via various tools.
Available Tools
create_form
: Create a new Google Formadd_text_question
: Add a text question to the formadd_multiple_choice_question
: Add a multiple choice question to the formget_form
: Retrieve form detailsget_form_responses
: Retrieve form responses
Setup Method
- Create a project in Google Cloud Console and enable the Google Forms API
- Obtain OAuth 2.0 Client ID and Secret
- Set environment variables and obtain the refresh token
- Update Claude desktop app configuration file
- Restart the Claude desktop app