Google Sheets MCP
Hojas de cálculo de Google MCP
Un conector de Protocolo de contexto de modelo (MCP) para Hojas de cálculo de Google que permite a los agentes de IA interactuar con hojas de cálculo directamente.
Manifestación
https://github.com/user-attachments/assets/cc4729d9-4e6e-437b-848b-6da9a09418c3
Related MCP server: Google Sheets MCP
Configuración
Clonar este repositorio:
git clone https://github.com/mkummer225/google-sheets-mcp
cd google-sheets-mcpInstalar dependencias:
npm installConstruir:
npm run buildCrear credenciales de OAuth en Google Cloud Platform:
Crear un nuevo proyecto en Google Cloud Console
Habilitar la API de Hojas de cálculo de Google
Configurar la pantalla de consentimiento de OAuth
Cree credenciales de ID de cliente OAuth (aplicación de escritorio) con un URI de redireccionamiento apropiado (por ejemplo: http://localhost:3000/oauth2callback )
Descargue las credenciales y guárdelas como
gcp-oauth.keys.jsonen el subdirectoriodist
Inicie el servidor MCP (se le solicitará automáticamente que autentique o vuelva a autenticar su cuenta de Google cuando sea necesario):
npm run start
Uso
Configuración de muestra:
{
"mcpServers": {
"google-sheets-mcp": {
"command": "node",
"args": [
"/{path_to_dir}/google-sheets-mcp/dist/index.js"
]
}
}
}Luego deberías poder simplemente especificar tu spreadsheetId o pedirle a tu agente que cree uno nuevo para ti.
Acciones disponibles
Acción | Descripción |
| Vuelva a autenticar su cuenta de Google cuando caduquen las credenciales |
| Enumerar todas las hojas/pestañas en una hoja de cálculo de Google |
| Crear una nueva hoja/pestaña en una hoja de cálculo de Google |
| Crear una nueva hoja de cálculo de Google |
| Leer todos los datos de una hoja específica |
| Leer los encabezados de las columnas de una hoja |
| Leer filas específicas de una hoja |
| Leer columnas específicas de una hoja |
| Editar una sola celda en una hoja |
| Editar una fila completa en una hoja |
| Editar una columna completa en una hoja |
| Insertar una nueva fila en la posición especificada |
| Insertar una nueva columna en la posición especificada |
| Cambiar el nombre de una hoja o pestaña en una hoja de cálculo |
| Cambiar el nombre de una hoja de cálculo de Google |
Licencia
Instituto Tecnológico de Massachusetts (MIT)
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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates with Google Drive and Google Sheets, enabling users to create, read, update, and manage spreadsheets through natural language commands.980MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact directly with Google Sheets to create, read, and edit spreadsheets through the Model Context Protocol. It supports a wide range of actions including cell manipulation, row and column management, and sheet organization.250MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to read, write, and format Google Spreadsheets through the Model Context Protocol. It supports comprehensive operations including data retrieval, sheet creation, and cell formatting using natural language commands.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read, write, and manage Google Sheets spreadsheets through natural language commands, providing a bridge between MCP clients and the Google Sheets API.4251MIT
Related MCP Connectors
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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/mkummer225/google-sheets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server