MCP Server
MCP
io.github.seatable/seatable
MCP server for SeaTable — read, write, search, link, and query data in your bases
Install
npx -y @seatable/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment