Knowledge Systems
Trust: 32/100 (Limited)Google Docs Guide
Allow AI systems to read and edit Google Docs.
1 starsby domdomegg
Quick Start
Install
npx google-documents-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-google-documents-mcp": {
"command": "npx",
"args": [
"google-documents-mcp"
]
}
}
}