mcp-server-google-forms
If you are the rightful owner of mcp-server-google-forms and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server for Google Forms that allows you to get and update Google Forms through Claude.
The Google Forms MCP Server is a specialized server designed to facilitate interaction with Google Forms via the Model Context Protocol (MCP). It enables users to create, retrieve, and update Google Forms seamlessly. The server is built on Node.js and requires a Google Cloud project with the Google Forms API enabled. Authentication can be handled through Application Default Credentials (ADC) using either user credentials or a service account, making it suitable for both development and production environments. The server supports integration with Claude for Desktop, allowing users to manage Google Forms directly from their desktop environment. With features like batch updates and form creation, the server provides a comprehensive solution for managing Google Forms programmatically.
Features
- Integration with Google Forms API for creating and updating forms.
- Supports both user credential and service account authentication.
- Batch update functionality for performing multiple operations in a single request.
- Seamless integration with Claude for Desktop.
- Customizable environment configuration for flexible deployment.
Tools
create_form
Create a new Google Form
get_form
Get the structure of a Google Form
batch_update_form
Perform multiple operations on a form in a single request