Google Documents MCP
Provides tools for listing, reading, creating, and appending text to Google Docs documents.
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
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…
DocBase MCP server for AI agents
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn 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.35 npmMIT
- AlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol (MCP) server implementation for seamless Google Docs API integration, enabling AI assistants to create, read, update, and manage Google Docs.11 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact with Google Docs, Sheets, and Drive using the user's own Google account.-
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that provides AI assistants with secure access to your Google Docs.1MIT