
Grist Mcp Server
Let your coding agent read, update, and organize Grist spreadsheets and relational tables without leaving the chat.
Overview
Grist MCP Server is a MCP server for the Build phase that exposes 11 tools for AI-driven management of Grist documents and tables.
What is this MCP server?
- 11 MCP tools for Grist document and table operations
- Works with self-hosted or cloud Grist via GRIST_BASE_URL
- API-key auth with stdio transport for Claude Desktop-style hosts
- Suited to lightweight CRMs, inventories, and project trackers in Grist
- npm package grist-mcp-server v2.0.33
- 11 MCP tools for Grist document management
- Server version 2.0.33
- Default Grist cloud base URL https://docs.getgrist.com
Community signal: 2 GitHub stars.
What problem does it solve?
Agents cannot see or update your Grist-based operational data unless you export CSVs or write custom API scripts.
Who is it for?
Builders who already use Grist as a flexible database and want agent-assisted edits, queries, and workflow automation.
Skip if: Teams on Postgres-only stacks, people who need Gmail or CRM tools, or anyone unwilling to create a Grist API key.
What do I get? / Deliverables
Your agent can list documents, inspect tables, and apply changes in Grist through standardized MCP tool calls after API key setup.
- Registered stdio MCP server pointing at your Grist instance
- Agent-callable access to 11 Grist document management tools
- Live read/write workflows against Grist tables without manual export
Recommended MCP Servers
Journey fit
Spreadsheet-backed data models and ops tables are wired during product build when you connect internal tools to live data. Grist is an external datastore; this MCP is the integration layer between your agent and document-centric tables.
How it compares
Grist-focused data MCP with 11 tools—not a general SQL connector or spreadsheet UI replacement.
Common Questions / FAQ
Who is Grist MCP Server for?
Solo and small-team builders who run operations or product data in Grist and use Claude Code, Cursor, or similar MCP-capable agents.
When should I use Grist MCP Server?
Use it when you are building or maintaining integrations where an agent must read or write Grist tables during development or daily ops.
How do I add Grist MCP Server to my agent?
Install the npm package grist-mcp-server, set GRIST_API_KEY (required) and optionally GRIST_BASE_URL, then add the stdio MCP server entry in your agent or Claude Desktop config.