Google Documents MCP
Provides tools for listing, reading, creating, and appending text to Google Docs documents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Documents MCPCreate a new document titled 'Meeting Notes'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Documents MCP
Servidor Model Context Protocol para Google Docs.
Beta cerrada: el OAuth de Google está en modo Testing. Solo pueden autenticarse los usuarios añadidos manualmente como test users por el maintainer.
npx @0pvalencia/google-documents-mcp loginCaracterísticas
Un solo login en el navegador — sin crear proyectos en Google Cloud.
Sesión persistente por usuario en el directorio estándar del sistema.
Cuatro herramientas MCP para Google Docs.
Comando
doctorcon diagnóstico claro.Compatible con Cursor, VS Code y Claude Desktop (stdio).
Herramientas disponibles
Herramienta | Parámetros | Resultado |
| — | Los 20 documentos más recientes ( |
|
| Contenido del documento como texto plano |
|
|
|
|
|
|
Related MCP server: Google Docs MCP Server
Instalación y primer uso
Autentica:
npx @0pvalencia/google-documents-mcp loginAutoriza Google en el navegador (debes estar en la lista de test users).
Conecta el MCP en tu cliente:
Solo necesitas autenticarte una vez. Comprueba el estado:
npx @0pvalencia/google-documents-mcp doctorBeta cerrada / test users
Actualmente Google OAuth está en modo testing. Solo usuarios agregados manualmente como test users pueden autenticarse.
Si el login falla:
Pide al maintainer que te añada como test user.
Vuelve a ejecutar
login.
Comandos CLI
google-documents-mcp Inicia el servidor MCP (stdio)
google-documents-mcp login Inicia sesión con Google
google-documents-mcp logout Cierra la sesión local
google-documents-mcp doctor Verifica la sesión y el acceso a las APIs
google-documents-mcp version Muestra la versión
google-documents-mcp help Lista los comandosDoctor
Comprueba: sesión, refresh token, usuario autenticado, Docs API, Drive API y permisos.
Uso con clientes MCP
Cursor:
{
"mcpServers": {
"google-documents": {
"command": "npx",
"args": ["-y", "@0pvalencia/google-documents-mcp"]
}
}
}Ejecuta login una vez y reinicia los servidores MCP.
Dónde se guarda la sesión
Sistema | Ubicación |
Linux |
|
macOS |
|
Windows |
|
npx @0pvalencia/google-documents-mcp logoutArquitectura
src/
├── auth/ # OAuth, PKCE, sesión
├── cli/ # login, logout, doctor, help
├── config/ # storage y rutas del SO
├── server/
│ ├── mcp.ts # tools + services
│ └── stdio.ts # transporte local
├── transports/
│ └── stdio.ts
├── services/docs/
├── tools/docs/
├── schemas/
├── types/
└── utils/Desarrollo (maintainers)
npm install
cp .env.example .env
npm run dev login
npm run check
npm testRoadmap
Versión 1 (beta)
Listar / leer / crear documentos y añadir texto
Login OAuth propio con PKCE
Beta cerrada con test users
Versión 2
Buscar / actualizar / compartir / exportar
Migración a OAuth público verificado
Versión 3
Google Drive, Sheets, Gmail, Calendar, Slides, Forms
Contribuir
Fork + rama descriptiva.
Tipado estricto, sin
any.Nuevas herramientas solo vía
services/+tools/.npm run checkynpm testantes del PR.
Licencia
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to list, read, create, and manage files in Google Drive. It features automatic conversion of Google Workspace formats into Markdown, CSV, and plain text for seamless integration with AI workflows.Last updated35MIT
- Alicense-qualityDmaintenanceA powerful Model Context Protocol (MCP) server implementation for seamless Google Docs API integration, enabling AI assistants to create, read, update, and manage Google Docs.Last updated30MIT
- Flicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact with Google Docs, Sheets, and Drive using the user's own Google account.Last updated
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that provides AI assistants with secure access to your Google Docs.Last updated1MIT
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/google-workspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server