Seatable MCP Server

The official Model Context Protocol (MCP) server for SeaTable, built and maintained by SeaTable GmbH. It lets AI agents interact with data in your bases - reading, writing, searching, linking, and querying rows through a focused set of tools. The server intentionally focuses on data operations, not schema management (creating/deleting tables or columns), keeping the tool set lean and safe for autonomous agent use.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-03 · ★ 9 · #385 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Seatable

before you install - you'll need

Set SEATABLE_SERVER_URL, SEATABLE_API_TOKEN, SEATABLE_BASES, SEATABLE_MOCK before connecting. SEATABLE_MODE is optional or environment-specific per the README.

Claude Code

claude mcp add seatable-seatable-mcp -- npx -y @seatable/mcp-seatable

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "seatable-seatable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@seatable/mcp-seatable"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @seatable/mcp-seatable - published under the repo owner's npm scope (@seatable)

registry namespace io.github.seatable is GitHub-verified and matches the repo owner

03 · Who maintains Seatable

seatable is maintained by seatable. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
other - ranked #385 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.seatable/seatable (active, first published 2026-03-04 · 17 versions)
packages
npm:@seatable/mcp-seatable

05 · Seatable FAQ

What is Seatable?

The official Model Context Protocol (MCP) server for SeaTable, built and maintained by SeaTable GmbH. It lets AI agents interact with data in your bases - reading, writing, searching, linking, and querying rows through a focused set of tools. The server intentionally focuses on data operations, not schema management (creating/deleting tables or columns), keeping the tool set lean and safe for autonomous agent use.

Is Seatable still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-03. We re-verify nightly.

How do I install Seatable?

Run `npx -y @seatable/mcp-seatable`. The README documents 5 environment variables (SEATABLE_SERVER_URL, SEATABLE_API_TOKEN, SEATABLE_BASES…) to set first. Set SEATABLE_SERVER_URL, SEATABLE_API_TOKEN, SEATABLE_BASES, SEATABLE_MOCK before connecting. SEATABLE_MODE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Seatable run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Seatable

More MCP servers to compare · Sdcgovernance · Seerxo · Xlsx For AI · Stata MCP · Acronis MCP

More TypeScript MCP servers · Seaworthy Io MCP Server · Clude · OpenGraph.io MCP Server · Five46 · Reelier · see all