Skip to content
Cursor

seatable for Cursor

io.github.seatable/seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

client:Cursor transport:stdio runtime:npm

Install seatable in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "seatable": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@seatable/mcp-seatable"
      ],
      "env": {
        "SEATABLE_SERVER_URL": "<SEATABLE_SERVER_URL>",
        "SEATABLE_API_TOKEN": "<SEATABLE_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

seatable in other clients