seatable for Claude Desktop
io.github.seatable/seatable
MCP server for SeaTable — read, write, search, link, and query data in your bases
client:Claude Desktop
transport:stdio
runtime:npm
Install seatable in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<SEATABLE_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs