Skip to content
Cursor

mcp server google forms for Cursor

io.github.claude-book/mcp-server-google-forms

Cria, edita e publica Google Forms a partir do Claude: quizzes, seções e leitura de respostas.

client:Cursor transport:stdio runtime:npm

Install mcp server 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-server-google-forms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-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 server google forms in other clients