Metadata-Version: 2.4
Name: barie-google-forms-mcp
Version: 0.1.0
Summary: Google Forms MCP Server for managing forms and responses via the Model Context Protocol
Author-email: Barie <support@barie.ai>
License: MIT
Keywords: google-api,google-forms,mcp,model-context-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: google-api-python-client>=2.130.0
Requires-Dist: google-auth-oauthlib>=1.2.0
Requires-Dist: google-auth>=2.29.0
Requires-Dist: mcp>=0.9.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# Google Forms MCP Server

An MCP server for managing Google Forms and retrieving responses.

## Features

- List forms from Google Drive
- Create new forms
- Get form details and structure
- Update form structure (batch updates)
- List and get form responses
- Manage form watches

## Usage

This server requires OAuth2 credentials for Google Forms and Drive APIs.
