🔗 Connect LLMs to Google Docs with this unofficial MCP server for smarter workflows and enhanced document management.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-docs-mcp-serv": {
"command": "npx",
"args": [
"-y",
"mattaspira/google-docs-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add google-docs-mcp-serv npx -y mattaspira/google-docs-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-docs-mcp-serv": {
"command": "npx",
"args": [
"-y",
"mattaspira/google-docs-mcp-server"
]
}
}
}