GRID MCP Server
OfficialClick 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., "@GRID MCP ServerShow me the sum of column B in my latest 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.
GRID MCP Server
A Model Context Protocol server for using GRID API directly from Claude for Desktop.
How to use the server
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
Related MCP server: Grist MCP Server
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 inspectorMCP Inspector will provide a URL to access debugging tools in your browser.
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
- Flicense-qualityDmaintenanceEnables Claude Desktop to interact with Google Sheets through the Sheeter API, allowing users to create, read, write, update, and analyze spreadsheet data through natural language conversations.Last updated
- Flicense-qualityCmaintenanceConnects Claude Desktop to Grist spreadsheets, enabling users to browse documents, tables, and columns through natural language. It supports reading, writing, and querying data using standard record operations or direct SQL queries.Last updated
- Flicense-qualityDmaintenanceEnables Claude to read, write, append, create, and clear Google Sheets data using natural language.Last updated
- Alicense-qualityDmaintenanceEnables to read, write, format cells, create charts, use formulas, and manage Google Sheets spreadsheets directly from Claude, Cursor, or any MCP-compatible client.Last updated17MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
233 tools for Google, Microsoft, TikTok, LinkedIn Ads in Claude or ChatGPT. Writes need approval.
Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.
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/GRID-is/claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server