Token导航 LogoToken导航TokenDH.com
SE
数据服务HTTP官方级别未说明来源级核验

Seatable MCP

MCP Server

This MCP server connects AI agents to https://cloud.seatable.io. Read, write, search, and link rows, run SQL queries, batch upsert data, and manage file attachments and select options. Generate an AP…

工具数

公开资料未说明
JavaScriptToken认证HTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:28

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add seatable/seatable-mcp

详细介绍

SeaTable (verified)

This MCP server connects AI agents to https://cloud.seatable.io. Read, write, search, and link rows, run SQL queries, batch upsert data, and manage file attachments and select options. Generate an AP…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add seatable/seatable-mcp

# Browse available tools
npx -y smithery tool list seatable/seatable-mcp

# Get full schema for a tool
npx -y smithery tool get seatable/seatable-mcp list_tables

# Call a tool
npx -y smithery tool call seatable/seatable-mcp list_tables '{}'

Direct MCP Connection

Endpoint: https://seatable-mcp--seatable.run.tools

Required config:

  • x-seatable-api-token (header) — API token for your SeaTable base

Tools (18)

  • list_tables — List tables in the SeaTable base
  • list_rows — List rows from a table with pagination (defaults: page=1, page_size=100). Use find_rows for filtering/sorting or query_…
  • get_row — Get a row by ID from a table
  • add_row — Add a new row to a table. Link and file/image columns cannot be set here — use link_rows and upload_file instead.
  • append_rows — Batch insert rows. Rejects unknown columns. Link and file/image columns cannot be set here — use link_rows and upload_f…
  • update_rows — Batch update rows. Rejects unknown columns. Link and file/image columns cannot be modified here — use link_rows/unlink_…
  • delete_rows — Delete one or more rows from a table by their IDs.
  • find_rows — Find rows using a predicate DSL. Filtering is performed client-side. where format: {"eq":{"field":"Name","value":"foo"}…
  • search_rows — Search rows with a filter object
  • upsert_rows — Batch upsert rows by matching on one or more key columns. If a match exists, update it; otherwise insert a new row. Rej…
  • link_rows — Create links between rows via the dedicated links endpoint. This is the ONLY way to create links — link columns cannot …
  • unlink_rows — Remove links between rows via the dedicated links endpoint. This is the ONLY way to remove links — link columns cannot …
  • get_schema — Returns the normalized schema for the base
  • query_sql — Execute raw SQL queries against SeaTable. Supports SELECT, INSERT, UPDATE, DELETE. Use ? placeholders for parameters to…
  • list_collaborators — List users who have access to this base. Returns email (internal user ID) and display name. Use the email values when w…
  • upload_file — Upload a file or image to a row. Accepts base64-encoded file data and attaches it to the specified file or image column…
  • add_select_options — Add new options to a single-select or multi-select column. Use this before writing rows with option values that do not …
  • ping_seatable — Health check that verifies connectivity and auth to SeaTable
# Get full input/output schema for a tool
npx -y smithery tool get seatable/seatable-mcp 

目录标签

目录标签

JavaScriptToken认证HTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP