Google Forms MCP Server
Enables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.
README
Google Forms CLI
Command-line tool for managing Google Forms - create forms, add questions, export responses.
Features
- Full form management - Create, update, delete, duplicate forms
- All question types - 12 Google Forms question types supported
- Response export - Export responses to CSV
- YAML templates - Create complex forms from simple YAML files
- Interactive OAuth wizard - Easy setup for non-technical users
- Cursor Skill - Works as an AI agent skill in Cursor IDE
Quick Start
1. Install
# Clone the repository
git clone https://github.com/maksdizzy/google-forms-cli
cd google-forms-cli
# Install with uv
uv sync
2. Setup OAuth
# Run interactive setup wizard
uv run gforms auth setup
The wizard guides you through:
- Creating OAuth credentials in Google Cloud Console
- Getting a refresh token
- Saving credentials to
.env
3. Use
# List your forms
uv run gforms list
# Create a new form
uv run gforms create "My Survey"
# Add a question
uv run gforms add-question FORM_ID --type MULTIPLE_CHOICE --title "Rate us" --options "1,2,3,4,5"
# Export responses
uv run gforms export FORM_ID --output responses.csv
Commands
Form Management
| Command | Description |
|---|---|
gforms list |
List all forms |
gforms create "Title" |
Create new form |
gforms get FORM_ID |
Get form details |
gforms update FORM_ID |
Update form |
gforms delete FORM_ID |
Delete form |
gforms duplicate FORM_ID |
Copy form |
gforms link FORM_ID |
Get share links |
Questions
| Command | Description |
|---|---|
gforms add-question |
Add question |
gforms delete-question |
Remove question |
gforms move-question |
Reorder question |
gforms add-section |
Add section break |
Responses
| Command | Description |
|---|---|
gforms responses FORM_ID |
List responses |
gforms export FORM_ID |
Export to CSV |
Templates
| Command | Description |
|---|---|
gforms apply template.yaml |
Create from template |
gforms export-template FORM_ID |
Export to YAML |
Question Types
# Text questions
--type SHORT_ANSWER
--type PARAGRAPH
# Choice questions (use --options)
--type MULTIPLE_CHOICE --options "A,B,C"
--type CHECKBOXES --options "X,Y,Z"
--type DROPDOWN --options "1,2,3"
# Scale questions
--type LINEAR_SCALE --low 1 --high 5
--type RATING --high 5
# Other
--type DATE
--type TIME
YAML Templates
Create forms from YAML files:
form:
title: "Customer Feedback"
description: "Share your experience"
questions:
- type: SHORT_ANSWER
title: "Your name"
required: true
- type: MULTIPLE_CHOICE
title: "Satisfaction"
options: [Excellent, Good, Fair, Poor]
required: true
- type: PARAGRAPH
title: "Comments"
Apply with:
uv run gforms apply feedback.yaml
See templates/examples/ for more examples:
feedback_form.yaml- Employee feedback surveyevent_registration.yaml- Event registration formcustomer_satisfaction.yaml- Customer satisfaction survey
OAuth Setup Details
Prerequisites
- Go to Google Cloud Console
- Create a new project
- Enable Google Forms API and Google Drive API
- Create OAuth 2.0 credentials (Desktop application)
Get Refresh Token
Option 1: OAuth Playground (recommended)
- Go to OAuth Playground
- Click ⚙️ Settings → Check "Use your own OAuth credentials"
- Enter your Client ID and Client Secret
- Add scopes:
https://www.googleapis.com/auth/forms.bodyhttps://www.googleapis.com/auth/forms.responses.readonlyhttps://www.googleapis.com/auth/drive.file
- Authorize and exchange for tokens
- Copy the refresh token
Option 2: Interactive wizard
uv run gforms auth setup
For Cursor/AI Agents
This tool is designed to work as a skill for AI agents in Cursor IDE.
See skill.md for complete agent instructions including:
- Quick reference for all commands
- Common workflows
- Error handling
Project Structure
google-forms-cli/
├── src/gforms/
│ ├── cli.py # Typer CLI commands
│ ├── api.py # Google Forms API wrapper
│ ├── auth.py # OAuth + interactive wizard
│ ├── models.py # Pydantic models
│ └── templates.py # YAML template engine
├── templates/
│ └── examples/ # Example YAML templates
├── skill.md # Cursor agent instructions
├── pyproject.toml # Project configuration
└── README.md # This file
Troubleshooting
OAuth Errors:
uv run gforms auth check # Verify credentials
uv run gforms auth setup # Reconfigure if needed
API Errors:
- Verify Form ID with
uv run gforms list - Check API quotas in Google Cloud Console
Security
.envfile is gitignored (never committed)- Refresh token provides account access - keep secure
- Revoke access: https://myaccount.google.com/permissions
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。