Seatable MCP Server
Rank #3,963io.github.seatable/seatable
MCP server for SeaTable — read, write, search, link, and query data in your bases
Seatable MCP Server is a Model Context Protocol (MCP) server published by seatable. It ranks #3,963 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Seatable MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 22 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 128,083 of 132,046 servers on MCP Toplist.
Use Seatable MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add seatable -e "SEATABLE_SERVER_URL=<your SEATABLE_SERVER_URL>" -e "SEATABLE_API_TOKEN=<your SEATABLE_API_TOKEN>" -- npx -y @seatable/mcp-seatableReplace each placeholder with your own value before saving.
[mcp_servers.seatable]
command = "npx"
args = ["-y", "@seatable/mcp-seatable"]
[mcp_servers.seatable.env]
SEATABLE_SERVER_URL = "<your SEATABLE_SERVER_URL>"
SEATABLE_API_TOKEN = "<your SEATABLE_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<your SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<your SEATABLE_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<your SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<your SEATABLE_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seatable": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<your SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<your SEATABLE_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<your SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<your SEATABLE_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seatable": {
"command": "npx",
"args": [
"-y",
"@seatable/mcp-seatable"
],
"env": {
"SEATABLE_SERVER_URL": "<your SEATABLE_SERVER_URL>",
"SEATABLE_API_TOKEN": "<your SEATABLE_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.seatable%2Fseatable)<a href="https://mcptoplist.com/server/io.github.seatable%2Fseatable"><img src="https://mcptoplist.com/badge/io.github.seatable%2Fseatable.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
seatable
Available versions (22)
| Version | Published |
|---|---|
| 1.6.4 | Sep 4, 2026 |
| 1.6.3 | Sep 4, 2026 |
| 1.6.2 | Sep 4, 2026 |
| 1.6.0 | Aug 25, 2026 |
| 1.5.2 | Mar 21, 2026 |
| 1.5.1 | Mar 20, 2026 |
| 1.3.5 | Mar 17, 2026 |
| 1.3.4 | Mar 16, 2026 |
| 1.3.3 | Mar 14, 2026 |
| 1.1.8 | Mar 11, 2026 |
| 1.1.7 | Mar 11, 2026 |
| 1.1.5 | Mar 8, 2026 |
| 1.1.4 | Mar 8, 2026 |
| 1.1.3 | Mar 7, 2026 |
| 1.1.2 | Mar 7, 2026 |
| 1.1.1 | Mar 7, 2026 |
| 1.1.0 | Mar 7, 2026 |
| 1.0.2 | Mar 6, 2026 |
| 1.0.0 | Mar 5, 2026 |
| 0.9.9 | Mar 4, 2026 |
| 0.9.8 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Seatable MCP Server?
- Seatable MCP Server is maintained by seatable, which publishes 1 MCP server (22 total versions) tracked on MCP Toplist.
- Is Seatable MCP Server listed on the Official MCP Registry?
- Yes — Seatable MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Seatable MCP Server have?
- MCP Toplist tracks 22 versions of Seatable MCP Server, most recently published on Sep 4, 2026.
- Where can I find the source code for Seatable MCP Server?
- The source code for Seatable MCP Server is hosted at github.com/seatable/seatable-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.