Back to MCP Servers
Airtable
Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface.
databasesai
Installation
npx -y airtable-mcpConfiguration
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": ["-y", "airtable-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes