Server data from the Official MCP Registry
MCP server for SeaTable — read, write, search, link, and query data in your bases
MCP server for SeaTable — read, write, search, link, and query data in your bases
Set these up before or after installing:
Environment variable: SEATABLE_SERVER_URL
Environment variable: SEATABLE_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-seatable-seatable": {
"env": {
"SEATABLE_API_TOKEN": "your-seatable-api-token-here",
"SEATABLE_SERVER_URL": "your-seatable-server-url-here"
},
"args": [
"-y",
"@seatable/mcp-seatable"
],
"command": "npx"
}
}
}This is a well-structured MCP server for SeaTable database integration with proper authentication via API tokens and appropriate permissions for a developer tool. Minor concerns include broad error handling in some areas and potential for overly permissive error responses, but the security fundamentals are sound. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
Scanned 5 files · 11 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!