Loading MCP server directory, please wait...
Allow AI systems to read and edit Google Docs.
npx @getmcp/cli add io.github.domdomegg/google-documents-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ACCESS_TOKENGoogle OAuth access token with Docs scope.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.domdomegg/google-documents-mcp": {
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": ""
}
}
}
}