Skip to content
Cursor

mcp google forms for Cursor

io.github.kamarusama/mcp-google-forms

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

client:Cursor transport:stdio runtime:pypi

Install mcp google forms in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-forms": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-forms"
      ],
      "env": {
        "GOOGLE_FORMS_MCP_DIR": "<GOOGLE_FORMS_MCP_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp google forms in other clients