google-forms-mcp
If you are the rightful owner of google-forms-mcp 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 MCP server uses the Google Forms API to provide functions such as creating, editing, and retrieving responses for forms.
The Google Forms MCP Server is designed to interact with the Google Forms API, allowing users to create, edit, and manage Google Forms programmatically. This server is built using Node.js and requires setting up a Google Cloud project with the Google Forms API enabled. Users need to obtain OAuth 2.0 credentials to authenticate and authorize the server to perform actions on their behalf. The server provides a set of tools to create forms, add questions, and retrieve form responses, making it a powerful solution for automating form management tasks. The setup involves configuring environment variables and obtaining a refresh token to maintain session persistence. Once configured, the server can be integrated with applications like the Claude desktop app to enhance its functionality.
Features
- Create new Google Forms programmatically.
- Add text and multiple-choice questions to forms.
- Retrieve form details and responses.
- Integrate with the Claude desktop app for enhanced functionality.
- Automate form management tasks using Node.js.
Tools
create_form
Create a new Google Form
add_text_question
Add a text question to the form
add_multiple_choice_question
Add a multiple choice question to the form
get_form
Get form details
get_form_responses
Get form responses