Skip to main content

Google Forms MCP Server

An MCP server for managing Google Forms and form responses, integrating seamlessly with AI assistants using the Model Context Protocol.

Features

  • List Forms: Search and list Google Forms from Drive with optional title filter and pagination.
  • Get Form: Retrieve metadata, items, and settings for a specific form.
  • Create Form: Create a new, empty Google Form by title.
  • Batch Update: Add, move, or delete items and update form info via the Forms batchUpdate API.
  • List Responses: Page through responses for a form, with optional time filter.
  • Get Response: Fetch a single response by responseId.
  • Manage Watches: Create, list, and delete Pub/Sub watches for SCHEMA or RESPONSES events.

Installation

Prerequisites

  • Python 3.9 or higher.
  • A Google Cloud Project with the Google Forms API and Google Drive API enabled.
  • OAuth2 credentials (Client ID and Client Secret).
  • OAuth scopes:
    • https://www.googleapis.com/auth/forms.body
    • https://www.googleapis.com/auth/forms.responses.readonly
    • https://www.googleapis.com/auth/drive.readonly

Configuration

Add the following to your MCP host configuration (e.g., mcp-config.json):

{
  "mcpServers": {
    "barie-google-forms-mcp": {
      "command": "uvx",
      "args": [
        "barie-google-forms-mcp",
        "--access-token",
        "YOUR_ACCESS_TOKEN",
        "--refresh-token",
        "YOUR_REFRESH_TOKEN",
        "--client-id",
        "YOUR_CLIENT_ID",
        "--client-secret",
        "YOUR_CLIENT_SECRET"
      ]
    }
  }
}

Tools

  • list_forms: List Google Forms from Drive (optional query, pageSize, pageToken).
  • get_form: Get form metadata, items, and settings by formId.
  • create_form: Create a new, empty form with a title.
  • batch_update_form: Apply a list of requests (e.g. createItem, updateFormInfo) to a form.
  • list_responses: List responses for a form, with optional filter, pageSize, and pageToken.
  • get_response: Get a single response by formId and responseId.
  • create_watch: Create a Pub/Sub watch on a form (eventType: SCHEMA or RESPONSES).
  • list_watches: List all watches for a form.
  • delete_watch: Delete a watch by formId and watchId.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barie_google_forms_mcp-0.1.4.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

barie_google_forms_mcp-0.1.4-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file barie_google_forms_mcp-0.1.4.tar.gz.

File metadata

  • Download URL: barie_google_forms_mcp-0.1.4.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for barie_google_forms_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 3756c501126d05123cfa719d869669c96b1f9aa88aecba7424827f90f421a897
MD5 df6298ac0707e1ec8bd1637d7697a77d
BLAKE2b-256 b4c447448fafed8eb494bcc51bc1e4ad5165dd3630580b8e5e1e10ec1766973c

See more details on using hashes here.

File details

Details for the file barie_google_forms_mcp-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for barie_google_forms_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a4066330d36bb70aa5e0cb0de835c83652a5293b941d3a34c7472ea588c5f6aa
MD5 5f1d6db893af8b89a64efbd932ae0513
BLAKE2b-256 454712f16bd6159d5097a5cf1d02e95cd8bf9dd2ca3445a1f08c496d2d50e4ea

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.4 This release

2 files

0.1.3

2 files

0.1.2

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page