Skip to content
Gemini CLI

seatable for Gemini CLI

io.github.seatable/seatable

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

client:Gemini CLI transport:stdio runtime:npm

Install seatable in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

seatable in other clients