GRID MCP Server
OfficialClick on "Deploy 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.
This project has been superseded by ouragent tools and our packages for working with spreadsheets locally.
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: google-sheets-mcp
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 deployed
Maintenance
Related MCP Connectors
Connect AI assistants to Google Sheets through controlled tools for reading and updating rows.
AI access to Quadratic spreadsheets: open files, run Python/SQL, query connected databases.
Give Claude only the Google Drive files you choose. Every action logged.
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceConnects 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.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, create, and clear Google Sheets data using natural language.-
- AlicenseAqualityDmaintenanceEnables to read, write, format cells, create charts, use formulas, and manage Google Sheets spreadsheets directly from Claude, Cursor, or any MCP-compatible client.2718MIT
- FlicenseBqualityCmaintenanceConnects Claude.ai to Google Sheets, allowing read, append, and update operations on spreadsheets directly from chat.3-