AITable.ai Model Context Protocol Server enables AI agents to connect and work with AITable datasheets.
Server Config
{
"mcpServers": {
"aitable": {
"command": "npx",
"args": [
"-y",
"@apitable/aitable-mcp-server"
],
"env": {
"AITABLE_API_KEY": "YOUR_API_KEY"
}
}
}
}