Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

seatable in other clients