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