| name | airtable |
| description | Airtable low-code database. Use when the agent needs this capability via MCP. |
airtable
Airtable low-code database
When to Activate
- Use airtable from an MCP-aware client
- Database tasks that airtable supports
- Register airtable via
claude mcp add or .mcp.json
Installation
airtable is an MCP server (stdio transport). Register it with Claude Code:
claude mcp add airtable -- npx @airtable/mcp
Or add to .mcp.json:
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"@airtable/mcp"
]
}
}
}
A guided installer is at scripts/install.sh.
Verification
claude mcp list
Details
- Server:
airtable
- Maintainer: Airtable
- Protocol: stdio
- Category: Database
- Priority: Optional