Create and manage Google Forms — add questions, collect responses, and update form settings via the Google Forms API.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"google-forms": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-forms",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify google forms credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Create and manage Google Forms — add questions, collect responses, and update form settings via the Google Forms API.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-forms
This MCP server gives AI agents access to Google Forms via 10 tools. Connect it to any Aerostack workspace and your agents can interact with Google Forms directly.
| Tool | Description |
|---|---|
get_form | Get a Google Form by ID including all questions and settings |
create_form | Create a new Google Form |
update_form | Update form title or description |
list_responses | List responses to a form |
get_response | Get a specific form response |
batch_update_form | Execute a batch update on a form (pass-through for advanced operations) |
add_question | Add a question to a form |
delete_item | Delete a question or item from a form by index |
list_forms_via_drive | List Google Forms visible in Drive |
get_form_schema | Get a simplified schema overview of a form (items/questions only) |
| Variable | Required | Description |
|---|---|---|
GOOGLE_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
GOOGLE_ACCESS_TOKENOnce added, every AI agent in your workspace can use Google Forms tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-forms \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-google-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_form","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-forms
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Yes. The Google Forms MCP includes a create_form tool that lets Claude create forms in your Google Forms account from a plain-English prompt. You can also update and delete forms — no Google Forms UI needed.
Yes. The Google Forms MCP includes tools to list and retrieve responses from your Google Forms account. Claude can filter, sort, and summarize responses based on your instructions.
Yes. The Google Forms MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 10 Google Forms tools are available everywhere you connect it — install once on Aerostack.
Yes. The Google Forms MCP includes tools to update forms in your Google Forms account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Google Forms API.