Skip to content

Seatable

Free

by MCP Community

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

v1.5.2Added Apr 12, 2026
mcpmodel-context-protocolseatabledatabaseapi
Works with:ClaudeGPTGeminiCopilot

Seatable MCP Server

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

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @seatable/mcp-seatable
Add to claude_desktop_config.json
{
  "mcpServers": {
    "seatable": {
      "command": "npx",
      "args": ["-y", "@seatable/mcp-seatable"]
    }
  }
}