qs-forms MCP
Provides read-only access to Google Forms, allowing retrieval of form structure and settings, response lists joined with respondent emails, individual responses by ID, and form lookup via Google Drive search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qs-forms MCPShow all responses for the webinar form with email addresses"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
qs-forms MCP
Google フォームの構造と回答を読むだけの自作 stdio MCP。 Forms API を直叩き。回答者メールアドレスを設問タイトルと join した形で返すので、展示会・ウェビナーの CRM 突合に直接使える。
read only。フォームの作成も回答の書き換えもしない(スコープが *.readonly のみ)。
ツール
tool | 役割 |
| 認証済みアカウント一覧 |
| フォームの構造と設定(設問一覧 / メール収集の有無 / |
| 回答一覧。 |
| 回答 1 件を |
formId は編集 URL の /forms/d/ の後ろ。
フォーム一覧を返す API は Forms 側に無いので、formId が不明なときは Drive 検索(mimeType = 'application/vnd.google-apps.form')で特定する。
Related MCP server: Google Drive MCP Server
セットアップ
GCloud プロジェクトで Forms API と Drive API を有効化
OAuth クライアント(desktop)の JSON を
~/.gmail-mcp-credentials.jsonに置く。qs-gmail のクライアントをそのまま流用可(スコープは認証時に指定するため)node authorize.js <account>→ ブラウザで承認。トークンは~/.forms-mcp-tokens.db(node:sqlite)へ~/.claude.jsonのmcpServersに登録して reconnect
環境変数で上書きする場合は .env.example を参照。
スコープ
forms.body.readonly
forms.responses.readonly
drive.readonlyスタック
Node.js(type: module)/ @modelcontextprotocol/sdk / googleapis / zod / node:sqlite
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create and manage Google Forms to run surveys and collect data. Add text and multiple-choice quest…
Permissioned access to Gmail, Drive and Calendar via the user's own Google account
Give AI agents access to form submissions — read, search, update, and process file attachments.
AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.3
- FlicenseBqualityDmaintenanceEnables read-only access to multiple Google Drive accounts simultaneously through secure service account authentication. Supports listing, searching, and extracting content from Google Workspace documents, spreadsheets, and text files.6
- AlicenseNot gradedqualityDmaintenanceProvides read-only access to Google Sheets data through OAuth 2.0 authentication, enabling users to retrieve spreadsheet metadata, list tabs, and read cell data using natural language queries.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazukiishizuka-cmd/qs-forms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server