Google Forms MCP for Zed
io.github.a1-x-tech/mcp-google-forms
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
client:Zed
transport:stdio
runtime:npm
Install Google Forms MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-google-forms": {
"command": "npx",
"args": [
"-y",
"mcp-google-forms"
],
"env": {
"GOOGLE_FORMS_CLIENT_ID": "<GOOGLE_FORMS_CLIENT_ID>",
"GOOGLE_FORMS_CLIENT_SECRET": "<GOOGLE_FORMS_CLIENT_SECRET>",
"GOOGLE_FORMS_REFRESH_TOKEN": "<GOOGLE_FORMS_REFRESH_TOKEN>",
"GOOGLE_FORMS_ACCESS_TOKEN": "<GOOGLE_FORMS_ACCESS_TOKEN>",
"GOOGLE_FORMS_OAUTH_PORT": "<GOOGLE_FORMS_OAUTH_PORT>",
"GOOGLE_FORMS_API_BASE": "<GOOGLE_FORMS_API_BASE>",
"GOOGLE_FORMS_TIMEOUT_MS": "<GOOGLE_FORMS_TIMEOUT_MS>",
"GOOGLE_FORMS_MAX_RETRIES": "<GOOGLE_FORMS_MAX_RETRIES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs