grist mcp server for Cursor
io.github.gwhthompson/grist-mcp-server
11 tools for managing Grist documents with AI
client:Cursor
transport:stdio
runtime:npm
Install grist mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"grist-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"grist-mcp-server"
],
"env": {
"GRIST_API_KEY": "<GRIST_API_KEY>",
"GRIST_BASE_URL": "<GRIST_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs