Airtable MCP

v1.13.0Business Applicationsstable

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.

airtablemcp-servermodel-context-protocol
Share:
443
Stars
0
Downloads
0
Weekly
0/5

What is Airtable MCP?

Airtable MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that provides read and write access to airtable databases. this server enables llms to inspect database schemas, then read and write records.

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • list_records
  • search_records
  • list_bases
  • list_tables
  • describe_table

Use Cases

Airtable database access
Schema inspection and record management
LLM data operations
domdomegg

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.13.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y airtable-mcp-server

Manual Installation

npx -y airtable-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Airtable MCP

The Airtable MCP Server provides full read and write access to Airtable bases through the Model Context Protocol, allowing AI assistants like Claude to inspect database schemas, query and search records, create and update data, manage table structures, and add comments — all through natural language. It connects to the Airtable REST API using a personal access token, supports both stdio and HTTP transports, and exposes a comprehensive set of tools covering every common database operation. Product teams, operations managers, and developers use it to let AI assistants act as intelligent Airtable operators without requiring the user to navigate the Airtable UI.

Prerequisites

  • An Airtable account with at least one Base
  • An Airtable personal access token generated at airtable.com/create/tokens with scopes: schema.bases:read, data.records:read, and optionally data.records:write for write operations
  • Node.js 18+ installed (for npx usage)
  • An MCP-compatible client such as Claude Desktop, Cursor, or Cline
1

Create an Airtable personal access token

Visit airtable.com/create/tokens, click Create token, give it a name, and add the required scopes. For read-only access: schema.bases:read and data.records:read. For full read/write: also add data.records:write, schema.bases:write, and data.recordComments:write.

2

Test the server from the command line

Verify the package works by running it with your API key to confirm it starts without errors.

AIRTABLE_API_KEY=pat123.abc123 npx -y airtable-mcp-server
3

Configure Claude Desktop

Add the server block to your Claude Desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows).

4

Restart Claude Desktop

Quit and reopen Claude Desktop so it picks up the new MCP server configuration. A hammer icon in the chat interface confirms the tools are loaded.

5

Verify the connection by listing bases

Ask Claude to list your Airtable bases. The server will call list_bases and return all bases accessible to your personal access token.

Airtable MCP Examples

Client configuration

Claude Desktop configuration for the Airtable MCP Server using npx with a personal access token.

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "airtable-mcp-server"],
      "env": {
        "AIRTABLE_API_KEY": "pat123.abc123"
      }
    }
  }
}

Prompts to try

Example prompts to manage Airtable data through Claude once the MCP server is connected.

- "List all my Airtable bases and their tables"
- "Show me the schema of the Contacts table in my CRM base"
- "Find all records in the Projects table where Status is 'In Progress'"
- "Create a new record in the Tasks table with Name 'Write docs' and Due Date tomorrow"
- "Add a comment to record recXXXXXXXX saying 'Reviewed and approved'"

Troubleshooting Airtable MCP

Authentication fails with 'AUTHENTICATION_REQUIRED' or 401 error

Personal access tokens use the format pat followed by a dot and a long string (e.g. pat123.abc123). Ensure you are not using a legacy Airtable API key (which starts with 'key'). Legacy API keys are no longer supported — generate a new personal access token at airtable.com/create/tokens.

list_bases returns an empty array even though bases exist

The personal access token must be granted explicit access to specific bases during token creation. Return to airtable.com/create/tokens, edit the token, and add the bases you want to access under 'Access'. Alternatively, grant access to 'All current and future bases in workspace'.

Write operations (create_record, update_records) return 403 Forbidden

The token was created with read-only scopes. Edit the token at airtable.com/create/tokens to add data.records:write scope. Also ensure the Airtable user account has edit permissions on the base being modified.

Frequently Asked Questions about Airtable MCP

What is Airtable MCP?

Airtable MCP is a Model Context Protocol (MCP) server that model context protocol server that provides read and write access to airtable databases. this server enables llms to inspect database schemas, then read and write records. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Airtable MCP?

Install via npm with the command: npx -y airtable-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Airtable MCP?

Airtable MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Airtable MCP free to use?

Yes, Airtable MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Airtable MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Airtable MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "airtable": { "command": "npx", "args": ["-y", "airtable-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Airtable MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides