GRID Server
БесплатноНе проверенEnables Claude to query and manipulate GRID spreadsheets via the GRID API using natural language.
Описание
Enables Claude to query and manipulate GRID spreadsheets via the GRID API using natural language.
README
A Model Context Protocol server for using GRID API directly from Claude for Desktop.
How to use the server
[!IMPORTANT] To run this server, there are some prerequisites:
- Install Claude for Desktop, Node.js, and Git
- Sign up for GRID, upload a spreadsheet, and save a copy of your API key
Clone this repo:
git clone https://github.com/GRID-is/claude-mcp.gitOnce that's complete, move into the new directory:
cd claude-mcpNext, set the project up using npm:
npm installNow we need to configure Claude for Desktop to use this MCP server.
To do this, open Claude's app configuration file (or create if it doesn't exist).
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%\Claude\claude_desktop_config.jsonAdd your server in the
mcpServerskey:{ "mcpServers": { "grid": { "command": "node", "args": ["/ABSOLUTE/PATH/TO/claude-mcp/dist/index.js"], "env": { "GRID_API_TOKEN": "YOUR_API_KEY" } } } }Make sure to change
/ABSOLUTE/PATH/TO/claude-mcpto the real location of the repo directory, andYOUR_API_KEYto your GRID API key.Quit Claude for Desktop and reopen it. Now you can ask Claude questions about your spreadsheet:
Using the workbook with id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, give me the sum of cells A1:C10
Development
If you want to hack on the server code locally:
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watch
Debugging
Since MCP servers communicate over stdio, debugging can be a challenge. It's recommended to use the MCP Inspector, available as a package script:
npm run inspector
MCP Inspector will provide a URL to access debugging tools in your browser.
Установка GRID Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/GRID-is/claude-mcpFAQ
GRID Server MCP бесплатный?
Да, GRID Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для GRID Server?
Нет, GRID Server работает без API-ключей и переменных окружения.
GRID Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить GRID Server в Claude Desktop, Claude Code или Cursor?
Открой GRID Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare GRID Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
