MCP Server

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

Local serverstdioPython

What is the MCP MCP server?

MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

What you get

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.

What the assistant can call

Once MCP is connected, these are the calls the assistant has available:

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — Section, Auth, Read and 3 more — is a fair guide to whether it matches your workflow. It is maintained by KamaruSama; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
SectionTool
Auth[auth_status](docs/en/tools/auth_status.md)
Read[get_form](docs/en/tools/get_form.md)
Add[add_true_false_question](docs/en/tools/add_true_false_question.md)
Edit[update_question_title](docs/en/tools/update_question_title.md)
Responses[list_responses](docs/en/tools/list_responses.md)

Example prompts to try

  • Use MCP to Section.
  • Use MCP to Auth.
  • Use MCP to Read.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Section, Auth, Read, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.