Business Automated Logo
Airtable Logo

Airtable MCP Server

Test out MCP server for Airtable in your favourite MCP client

Inspired by: domdomegg/airtable-mcp-server

Your MCP Server Link
Loading...
News and Updates
  • New

    Leaner tool discovery (MCP 2025-06-18)

    April 23, 2026

    Every tool now ships with a typed outputSchema, behavior annotations (read-only, idempotent, destructive), and responses include structuredContent. Modern MCP clients can pick the right tool with far less context and consume results without re-parsing text.

  • New

    Batch record creation is here

    April 23, 2026

    The create_record tool has been replaced with create_records, which accepts 1–100 records in a single call. The server automatically batches them into groups of 10 per Airtable API request for you.

Security Precautions

Our infrastructure is encrypted and we encrypt your tokens. Please be aware that your MCP server link will have the same permissions as your PAT token. For security reasons, we recommend using a token with limited access. We recommend to use the server link only inside the MCP clients config files.

What You Can Do with Airtable MCP Server

The Airtable MCP (Model Context Protocol) server enables AI assistants to seamlessly interact with your Airtable bases. With this integration, you can query records, create new entries, update existing data, and perform complex operations across your tables using natural language commands.

Whether you're managing project data, customer information, or any structured content in Airtable, this MCP server acts as a bridge that allows AI tools to read, write, and analyze your data efficiently. Simply generate a secure link below and configure it in your AI assistant to get started.

How It Works
Watch this video to understand how the MCP server integration works
Implementation Examples

Claude Desktop

# Add below to your Claude Desktop claude_desktop_config.json file
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"]
    }
  }
}

Claude.AI (Paid Plans)

  1. Navigate to Settings > Integrations
  2. Locate the "Integrations" section
  3. Click "Add custom integration" at the bottom of the section
  4. Add your integration's remote MCP server URL:
    https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp
  5. Finish configuring your integration by clicking "Add"

Cursor

# In your Cursor project edit the mcp.json file
                  {
  "mcpServers": {
    "airtable": {
      "url": "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"
    }
  }
}
Add Airtable MCP server to Cursor

Windsurf

# Add to your Windsurf config file
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"]
    }
  }
}

OpenAI Playground

  1. Go to https://platform.openai.com/playground/prompts
  2. Click Tool > Create
  3. Select MCP server > Add New
  4. Enter your MCP server URL:
    https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp
  5. Authentication: None

ChatGPT (Apps / Developer Mode)

ChatGPT now supports custom apps powered by MCP. You'll need a Pro / Business / Enterprise plan with Developer Mode enabled to add a custom MCP connector.

  1. Open chatgpt.com and go to Settings > Connectors (enable Developer Mode under Advanced if you don't see it).
  2. Click Create (or Add connector) and choose MCP server.
  3. Name: Airtable
  4. Server URL:
    https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp
  5. Authentication: None (the server key in the URL is what authenticates the session).
  6. Save the connector, then start a new chat and enable the Airtable app from the + menu to use it.
Learn More About Airtable
Check out these helpful videos from our YouTube channel:

Generate E-commerce Packshots from Airtable

Airtable Interfaces for Beginners

Build AI Receptionist

Add a Voice Chatbot to Your Website

Document Scanning Portal with Airtable and Softr

5 Ways to Send Emails from Airtable