seatable for Grok
io.github.seatable/seatable
MCP server for SeaTable — read, write, search, link, and query data in your bases
client:Grok
transport:stdio
runtime:npm
Install seatable in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seatable": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<SEATABLE_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs