Odel
grist mcp server

grist mcp server

Local
@gwhthompson3TypeScriptUpdated 7mo ago

11 tools for managing Grist documents with AI

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgrist-mcp-serverv2.0.33

Run

npx -y grist-mcp-server

MCP client config

{
  "mcpServers": {
    "grist-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "grist-mcp-server"
      ]
    }
  }
}