mcp google forms for VS Code
io.github.kamarusama/mcp-google-forms
19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.
client:VS Code
transport:stdio
runtime:pypi
Install mcp google forms in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "google-forms-mcp-dir",
"description": "GOOGLE_FORMS_MCP_DIR",
"password": true
}
],
"servers": {
"mcp-google-forms": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-google-forms"
],
"env": {
"GOOGLE_FORMS_MCP_DIR": "${input:google-forms-mcp-dir}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs