Google Sheet
БесплатноНе проверенA local MCP server for creating, reading, and updating Google Sheets.
Описание
A local MCP server for creating, reading, and updating Google Sheets.
README
A local MCP server for creating, reading, and updating Google Sheets.
Tools
sheets_create_spreadsheet- create a new Google spreadsheetsheets_get_values- read a range from a sheetsheets_update_values- overwrite a rangesheets_append_values- append rowssheets_clear_values- clear a rangesheets_add_sheet- add a new tabsheets_paste_markdown_report- paste a markdown report as one line per row
Setup
- Enable the Google Sheets API for the Google Cloud project.
- Enable the Google Drive API if you want to create new spreadsheets.
- Fill
.envwith your OAuth client values. - Generate a Sheets-scoped refresh token:
npm run auth
Open the printed Google URL, approve access, then copy the printed SHEETS_REFRESH_TOKEN into .env.
- Install and build:
npm install
npm run build
Codex config
[mcp_servers.google-sheets]
command = "node"
args = ["/Users/sandeshsonabakhilari/Desktop/my-mcp/google-sheets-mcp/dist/index.js"]
The MCP reads credentials from /Users/sandeshsonabakhilari/Desktop/my-mcp/google-sheets-mcp/.env.
Example
Create a spreadsheet:
{
"title": "Gmail Reports",
"sheetTitle": "Read Mail Priority"
}
Paste a report:
{
"spreadsheetId": "...",
"range": "Read Mail Priority!A1",
"markdown": "# Report...",
"clearFirst": true
}
Установка Google Sheet
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SandeshKhilari01/google-sheet-mcpFAQ
Google Sheet MCP бесплатный?
Да, Google Sheet MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Sheet?
Нет, Google Sheet работает без API-ключей и переменных окружения.
Google Sheet — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Google Sheet в Claude Desktop, Claude Code или Cursor?
Открой Google Sheet на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Google Sheet with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
