seatable for Cline
io.github.seatable/seatable
MCP server for SeaTable — read, write, search, link, and query data in your bases
client:Cline
transport:stdio
runtime:npm
Install seatable in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<SEATABLE_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs