CuratedMCP
πŸ’»
Claude Code
Free

How to Install Airtable MCP in Claude Code

Query and update Airtable bases β€” CRM, project tracking, and custom databases via natural language

What Airtable MCP does

Airtable MCP gives AI agents full access to your Airtable bases β€” query records, update data, manage views, and automate workflows across your no-code databases. Features: - List and search records across any base and table - Create, update, and delete records - Work with all field types (text, numbers, selects, attachments, linked records) - Filter and sort with Airtable's formula syntax - Manage views and groupings - Batch operations for high-volume updates - Access automation history - Handle linked records and lookups Common setups: - CRM in Airtable β†’ AI handles contact updates, deal tracking, follow-up scheduling - Content calendar in Airtable β†’ AI drafts content, updates status, assigns reviewers - Bug tracker in Airtable β†’ AI creates issues, assigns priority, links to GitHub PRs - Inventory management β†’ AI monitors stock levels, generates reorder alerts The most flexible MCP server for teams who've built their operations in Airtable.

airtable
database
crm
spreadsheet
no-code

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "airtableMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@airtable/mcp-server"
    ],
    "env": {
      "AIRTABLE_API_KEY": "pat..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Airtable MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/airtable-mcp)](https://curatedmcp.com/marketplace/airtable-mcp)

Related servers