PluginBench
MCP Server
Maintained

io.github.KamaruSama/mcp-google-forms MCP Server

io.github.KamaruSama/mcp-google-forms

What is the io.github.KamaruSama/mcp-google-forms MCP server?

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

How to install io.github.KamaruSama/mcp-google-forms

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_FORMS_MCP_DIR

    Override the directory where OAuth credentials.json and token.json are stored (default: ~/.config/google-forms-mcp).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-google-forms": {
      "command": "uvx",
      "args": [
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_MCP_DIR": "<YOUR_GOOGLE_FORMS_MCP_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-google-forms": {
      "command": "uvx",
      "args": [
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_MCP_DIR": "<YOUR_GOOGLE_FORMS_MCP_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-google-forms": {
      "command": "uvx",
      "args": [
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_MCP_DIR": "<YOUR_GOOGLE_FORMS_MCP_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-google-forms": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_MCP_DIR": "<YOUR_GOOGLE_FORMS_MCP_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-google-forms --env GOOGLE_FORMS_MCP_DIR=<YOUR_GOOGLE_FORMS_MCP_DIR> -- uvx mcp-google-forms

Related MCP servers

Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.

0
Python
View repository →

Run sudo commands with a Fernet-encrypted password bound to machine-id + user.

0
Python
View repository →