Serversio.github.seatable/seatable
S

io.github.seatable/seatable

io.github.seatable/seatable · v1.5.2
▦ npm
v1.5.2npm npm: @seatable/mcp-seatable↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.seatable/seatable",
  "description": "MCP server for SeaTable — read, write, search, link, and query data in your bases",
  "repository": {
    "url": "https://github.com/seatable/seatable-mcp",
    "source": "github"
  },
  "version": "1.5.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@seatable/mcp-seatable",
      "version": "1.5.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your SeaTable server (e.g. https://cloud.seatable.io)",
          "name": "SEATABLE_SERVER_URL"
        },
        {
          "description": "API token for a single SeaTable base",
          "name": "SEATABLE_API_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}