MCP server

Airtable
MCPOfficial Airtable MCP. Bases as a database.
Airtable’s own remote server. Schema and records for the bases you connect.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"url": "https://mcp.airtable.com/mcp"
}
}
}By Airtable
Spec
What the server actually exposes.
list_bases
readBases the integration can see.
list_records
readRows in a table.
create_record
writeInsert a row after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
airtable-mcp.mcp/tools
Tools
- read
list_bases
Bases the integration can see.
- read
list_records
Rows in a table.
- write
create_record
Insert a row after you confirm.
Last call
{ "ok": true,
"tool": "list_bases",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
