Connect your 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—all through a standardized MCP interface compatible with Claude Desktop and other Claude-powered editors.
Get Your Airtable Credentials
appi7fWMQcB3BNzPs
)Configure Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": [
"@smithery/cli",
"run",
"@rashidazarang/airtable-mcp",
"--token",
"YOUR_AIRTABLE_TOKEN",
"--base",
"YOUR_BASE_ID"
]
}
}
}
YOUR_AIRTABLE_TOKEN
and YOUR_BASE_ID
with your actual credentialsStart Using Airtable Tools
Tool Name | Description | Example Usage |
---|---|---|
list_bases | List all accessible Airtable bases | "Show me all my Airtable bases" |
list_tables | List all tables in the current base | "What tables are in this base?" |
list_records | List records with optional filtering | "Show me all records in the Projects table" |
get_record | Get a specific record | "Get record ABC123 from Tasks table" |
create_records | Create new records | "Create a new record in Contacts with name John" |
update_records | Update existing records | "Update status to Complete in record XYZ" |
set_base_id | Switch to a different base | "Switch to base appi7fWMQcB3BNzPs" |
Connection Issues
node -v
should show v14 or higher)JSON Parsing Errors
Command Not Found
npm install -g npm@latest
to update npmnpx @smithery/cli --version
to verify the installationContributions are welcome! Please feel free to submit a Pull Request.
MIT
For detailed setup instructions with other MCP clients, see CLAUDE_INTEGRATION.md.
{
"mcpServers": {
"airtable-mcp": {
"env": {},
"args": [
"@smithery/cli",
"run",
"@rashidazarang/airtable-mcp",
"--token",
"YOUR_AIRTABLE_TOKEN",
"--base",
"YOUR_BASE_ID"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.