Developer Tools
Trust: 27/100 (Limited)io.github.gwhthompson/grist-mcp-server Guide
11 tools for managing Grist documents with AI
by gwhthompson
Quick Start
Install
npx grist-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-gwhthompson-grist-mcp-server": {
"command": "npx",
"args": [
"grist-mcp-server"
]
}
}
}