Google Workspace MCP Server
Allows for reading, extracting, inserting, and deleting text within Google Documents, as well as creating new documents.
Provides tools for searching files, updating content, downloading documents, and managing sharing permissions across Google Drive.
Enables reading and writing cell data, performing batch updates, managing sheets and ranges, and handling formulas within Google Sheets.
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 Workspace MCP Serverread the first 10 rows of my 'Project Tasks' spreadsheet"
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.
-+693# Google Sheets MCP Server
MCP (Model Context Protocol) сервер для взаимодействия с Google Sheets, Google Docs и Google Drive.
Возможности
Google Sheets
Чтение данных из таблиц
Обновление ячеек
Пакетное обновление нескольких диапазонов
Добавление строк и столбцов
Создание, переименование, копирование и удаление листов
Получение формул из ячелей
Получение списка таблиц из Google Drive
Google Docs
Чтение содержимого документов
Извлечение текста из документов
Вставка текста в документы
Удаление текста из документов
Создание документов (опционально)
Google Drive
Поиск файлов
Скачивание Google Docs как TXT
Обновление содержимого файлов
Предоставление доступа к таблицам
Related MCP server: Google Drive MCP Server
Установка
# Клонирование репозитория
git clone https://github.com/yourusername/mcp-google-sheets.git
cd mcp-google-sheets
# Создание виртуального окружения
python -m venv venv
source venv/bin/activate # Linux/Mac
# или
venv\Scripts\activate # Windows
# Установка зависимостей
pip install -r requirements.txtНастройка аутентификации
Способ 1: Service Account (рекомендуется)
Создайте сервисный аккаунт в Google Cloud Console
Скачайте JSON-файл с ключом
Предоставьте сервисному аккаунту доступ к таблицам и диску
Укажите путь к файлу:
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json"Способ 2: OAuth 2.0
Создайте OAuth credentials в Google Cloud Console
Скачайте
credentials.jsonПри первом запуске будет предложено авторизоваться через браузер
Токен будет сохранён в
token.json
Переменные окружения
Переменная | Описание | По умолчанию |
| Путь к файлу сервисного аккаунта |
|
| Base64-encoded JSON сервисного аккаунта | - |
| ID папки в Google Drive для поиска таблиц | - |
| Включить инструменты создания ( |
|
Запуск
python server.pyИспользование с MCP-клиентами
Claude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"google-sheets": {
"command": "python",
"args": ["/path/to/mcp-google-sheets/server.py"]
}
}
}Инструменты
Инструмент | Описание |
| Получить данные из листа |
| Получить формулы из ячеек |
| Обновить значения ячеек |
| Пакетное обновление нескольких диапазонов |
| Добавить строки |
| Добавить столбцы |
| Получить список листов |
| Копировать лист |
| Переименовать лист |
| Удалить лист |
| Получить список таблиц |
| Предоставить доступ к таблице |
| Получить содержимое документа |
| Получить текст документа |
| Поиск файлов в Drive |
Лицензия
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
- -license-quality-maintenanceEnables comprehensive interaction with Google Sheets and Google Drive through OAuth2 authentication. Supports spreadsheet creation, data manipulation, formatting, chart creation, and advanced operations like SQL queries and batch updates.Last updated
- Alicense-qualityDmaintenanceEnables interaction with Google Drive files and Google Sheets through search, read, and write operations. Supports automatic conversion of Google Workspace files to readable formats and direct spreadsheet cell updates.Last updated7,774MIT
- Alicense-qualityDmaintenanceEnables comprehensive interaction with Google Docs and Google Drive through AI assistants, supporting document reading/writing, rich formatting, table/image insertion, comment management, and complete file/folder operations with secure OAuth authentication.Last updated16MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to create, read, edit, and manage Google Docs and Drive files with support for formatting, comments, tables, images, and bulk operations.Last updated571
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
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/HgDeveloper13/kilocode-mcp-google-workspace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server