verified-googledocs-mcp
About
MCP server for Google Docs with verified writes — every mutation returns before/after proof.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTSClaude Code
claude mcp add --env VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS= --env VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS= verified-googledocs-mcp -- uvx verified-googledocs-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"verified-googledocs-mcp","command":"uvx","args":["verified-googledocs-mcp"],"env":{"VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS":"","VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS":""}}'
JSON
{
"mcpServers": {
"verified-googledocs-mcp": {
"command": "uvx",
"args": [
"verified-googledocs-mcp"
],
"env": {
"VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS": "",
"VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.