Provides tools for creating and managing Google Forms, including creating forms, adding text and multiple choice questions, retrieving form details, and collecting form responses.
Google Forms MCP Server
このMCPサーバーは、Google FormsのAPIを使用して、フォームの作成、編集、回答の取得などの機能を提供します。
ビルド方法
初期セットアップ
リポジトリをクローンした後、依存関係をインストール
サーバーのビルド
リフレッシュトークン取得スクリプトのビルド
開発環境における実行
セットアップ方法
- Google Cloud Consoleでプロジェクトを作成し、Google Forms APIを有効にします。
- https://console.cloud.google.com/
- APIとサービス > ライブラリから「Google Forms API」を検索して有効にします。
- OAuth 2.0クライアントIDとシークレットを取得します。
- APIとサービス > 認証情報 > 認証情報を作成 > OAuth クライアントID
- アプリケーションの種類:「デスクトップアプリ」を選択
- 環境変数を設定してリフレッシュトークンを取得します。注意: get-refresh-token.jsの実行時にエラーが発生する場合は、以下のコマンドを実行してください。
- 表示されたリフレッシュトークンをコピーします。
- Claudeのデスクトップアプリの設定ファイルを更新します。
~/Library/Application Support/Claude/claude_desktop_config.json
を開きます。mcpServers
セクションのgoogle-forms-server
に環境変数を追加します:
- Claudeのデスクトップアプリを再起動します。
使用可能なツール
このMCPサーバーは以下のツールを提供します:
create_form
- 新しいGoogleフォームを作成しますadd_text_question
- フォームにテキスト質問を追加しますadd_multiple_choice_question
- フォームに選択式質問を追加しますget_form
- フォームの詳細を取得しますget_form_responses
- フォームの回答を取得します
使用例
Claudeは以下のようなMCPツールを使用してフォームを作成します:
create_form
ツールを使用して新しいフォームを作成add_text_question
やadd_multiple_choice_question
ツールを使用して質問を追加- 作成されたフォームのURLを表示
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.
Related MCP Servers
- AsecurityAlicenseAqualityUtilizes Gemini API and Google Search to generate answers based on the latest information for user queries.Last updated -22MIT License
- -securityFlicense-qualityEnables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.Last updated -
- -securityAlicense-qualityIntegrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.Last updated -82MIT License
- -securityAlicense-qualityEnables interaction with Gmail through the Gmail API to read, send, and manage emails. Supports multiple Gmail accounts with real-time monitoring and advanced features for email search and attachment handling.Last updated -13Apache 2.0