1. Conduid
  2. Communication
  3. io.github.KamaruSama/mcp-google-forms
MCP server · Communication

io.github.KamaruSama/mcp-google-forms

19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

Unclaimed comms
37Low

Scored 4 months ago · breakdown

About io.github.KamaruSama/mcp-google-forms

io.github.KamaruSama/mcp-google-forms is an MCP server in the Communication category: 19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses. It has been installed 0 times through Conduid.

Install

uvx
uvx mcp-google-forms
pip
pip install mcp-google-forms

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.KamaruSama/mcp-google-forms

Powered by Claude · Grounded in docs

I know everything about io.github.KamaruSama/mcp-google-forms. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-google-forms

MCP server for managing Google Forms — quizzes, grading, images, responses.

Exposes 19 tools for creating, editing, inspecting, and managing Google Forms through the Model Context Protocol. Built for use with Claude Code, Claude Desktop, or any MCP-compatible client.

📖 อ่านภาษาไทย →


Tools at a glance

Section Tool Purpose
Auth auth_status Check OAuth credential state
Create / metadata create_quiz_form New form in quiz mode
rename_form Change title/description
set_quiz_mode Toggle quiz on/off
Read get_form Full form JSON
list_questions Concise item list
verify_answer_keys Diff current vs expected answer keys
Add add_true_false_question Single T/F question
batch_add_true_false Bulk T/F
add_multiple_choice_question Radio / checkbox / dropdown
add_text_question Short or paragraph text
add_section_header Page break / section
Edit update_question_title Rename question
update_true_false_answer Re-key a T/F answer
delete_question Remove item
move_question Reorder
Responses list_responses All submitted responses
get_response One response by ID
Escape hatch raw_batch_update Raw Forms API calls

Install

1. Enable API + get credentials

  1. Go to https://console.cloud.google.com → create/select a project
  2. APIs & Services → Library → enable Google Forms API
  3. OAuth consent screen → External → add yourself as test user
  4. Credentials → Create Credentials → OAuth client ID → Desktop app
  5. Download JSON → save as:
    ~/.config/google-forms-mcp/credentials.json
    

2. Register with Claude Code

claude mcp add google-forms -s user -- \
  uv run --directory /path/to/mcp-google-forms python server.py

3. First use

On the first tool call, the server opens a browser for OAuth consent. Token is cached at ~/.config/google-forms-mcp/token.json.


Scopes

  • forms.body — create/edit form structure
  • forms.responses.readonly — read responses
  • drive.file — attach images via Drive

Support the project ❤

If this tool helps your workflow, consider supporting development:


Contact


Copyright © 2026 likezara™. All rights reserved. Developed by Kamaru (pen name).

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.KamaruSama/mcp-google-forms

How do I install io.github.KamaruSama/mcp-google-forms?

Run uvx mcp-google-forms, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.KamaruSama/mcp-google-forms safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.KamaruSama/mcp-google-forms still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.