Airtable MCP
读写 Airtable 表格与视图,把轻量数据库接入 AI。
安装命令
终端
npx -y airtable-mcp-server在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
]
}
}
}读写 Airtable 表格与视图,把轻量数据库接入 AI。
npx -y airtable-mcp-server{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
]
}
}
}