google-forms-mcp

google-forms-mcp

0

Google Forms MCP Server

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 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: Retrieve form details
  • get_form_responses: Retrieve form responses

Setup Method

  1. Create a project in Google Cloud Console and enable the Google Forms API
  2. Obtain OAuth 2.0 Client ID and Secret
  3. Set environment variables and obtain the refresh token
  4. Update Claude desktop app configuration file
  5. Restart the Claude desktop app