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
{
"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