Airtable Integration Tool

Airtable Integration Tool

Airtable integration for AI-powered applications via Anthropic's Model Context Protocol (MCP). Connect your AI tools directly to Airtable for seamless data access and management. - rashidazarang/airtable-mcp

远程shell执行
数据库交互
AI内容生成
数据与应用分析
访问服务器

README

Airtable MCP

Airtable smithery badge

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 Cursor, Claude Code, Cline, Zed, and other Claude-powered editors.

This application is a powerful Airtable integration tool that enables AI-powered applications via Anthropic's Model Context Protocol (MCP) to access and manipulate Airtable data directly from your IDE.

Features

  • Base Management: List and select Airtable bases
  • Table Operations: Browse tables, fields, and records
  • Data Access: Read, create, update, and delete records
  • Schema Management: Export, compare, and update schemas
  • Command-line Configuration: Use API tokens directly through command-line parameters
  • NPX Compatible: Easy installation with a single command
  • Smithery Integration: One-click installation via Smithery

Architecture

There are two core components used to access and manipulate Airtable data:

  1. Airtable MCP Server: A Python server that provides standardized tools for AI clients to interact with Airtable.
  2. MCP Client: Any client that supports the Model Context Protocol (Cursor, Claude Desktop, Cline, Zed, etc.).
┌─────────────┐     ┌──────────────┐     ┌───────────────┐
│  MCP Client │ ──► │  Airtable    │ ──► │   Airtable    │
│  (e.g.      │ ◄── │  MCP Server  │ ◄── │     API       │
│   Cursor)   │     │              │     │               │
└─────────────┘     └──────────────┘     └───────────────┘

Model Context Protocol (MCP) is a capability supported by Anthropic AI models that allows you to create custom tools for any compatible client. MCP clients like Claude Desktop, Cursor, Cline, or Zed can run an MCP server which "teaches" these clients about new tools they can use.

Installation

Prerequisites

  • Node.js 14+
  • Python 3.10+ (automatically detected)
  • Airtable API token
  • A compatible MCP client (Cursor, Claude Desktop, etc.)

Smithery Installation (Recommended)

The easiest way to install:

  1. Visit Smithery
  2. Search for "@rashidazarang/airtable-mcp"
  3. Click "Install" and follow the prompts

Quick Setup with NPX (Alternative)

Another fast way to get started:

# Install globally
npm install -g airtable-mcp

# Or run directly with npx
npx airtable-mcp --token "your_airtable_token" --base "your_base_id"

Configure Your MCP Client

For Cursor, update your ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "airtable-tools": {
      "command": "npx",
      "args": [
        "airtable-mcp",
        "--token", "your_airtable_token",
        "--base", "your_base_id"
      ]
    }
  }
}

Restart your MCP client to load the new tools.

Manual Installation (Advanced)

If you prefer to clone the repository and install manually:

  1. Clone this repository:

    git clone https://github.com/rashidazarang/airtable-mcp.git
    cd airtable-mcp
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the server:

    python airtable_mcp/src/server.py --token "your_airtable_token" --base "your_base_id"
    

Usage

Once installed and configured, you can use natural language to interact with your Airtable data:

  • "Show me all the bases I have access to"
  • "List the tables in my current base"
  • "Show me the structure of the Customers table"
  • "Get the first 10 records from the Orders table"
  • "Create a new record in the Products table"
  • "Update record XYZ in the Inventory table"
  • "Export the schema of my current base"

Available Tools

Tool Name Description
list_bases List all accessible Airtable bases
list_tables List all tables in the specified or default base
list_records List records from a table with optional filtering
get_record Get a specific record from a table
create_records Create records in a table from JSON string
update_records Update records in a table from JSON string
delete_records Delete records from a table by IDs
export_records Export records from a table as JSON string
import_records Import records to a table from JSON string
create_tables Create tables from a JSON schema
update_schema Update existing tables to match a JSON schema
set_base_id Set the current Airtable base ID
inspect_table Get detailed information about a table's structure and fields
export_schema Export the schema of the current base in JSON or CSV format
compare_schemas Compare the provided schema with the current base schema
generate_field_mapping Generate a field mapping between two tables
migrate_data Migrate data from one table to another using the specified field mapping

PM2 Configuration

For production use, you can use PM2 to manage the Airtable MCP server:

// ecosystem.config.js
module.exports = {
  apps: [
    {
      name: 'airtable-mcp',
      script: 'npx',
      args: [
        'airtable-mcp',
        '--token', 'your_airtable_token',
        '--base', 'your_base_id'
      ],
      interpreter: '/usr/local/bin/node',
      env: {
        PATH: process.env.PATH,
      },
    },
  ],
};

Start with:

pm2 start ecosystem.config.js

Compatibility

  • Works with any MCP-compatible client
  • Primarily designed for Cursor IDE integration
  • Supports other AI editors and MCP clients

Detailed Documentation

For detailed installation instructions, troubleshooting, and advanced configurations, see INSTALLATION.md.

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

推荐服务器

VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

MCP server for interacting with Neon Management API and databases

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选
AIO-MCP Server

AIO-MCP Server

🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from

精选
本地
Knowledge Graph Memory Server

Knowledge Graph Memory Server

为 Claude 实现持久性记忆,使用本地知识图谱,允许 AI 记住用户的信息,并可在自定义位置存储,跨对话保持记忆。

精选
本地
Hyperbrowser

Hyperbrowser

欢迎来到 Hyperbrowser,人工智能的互联网。Hyperbrowser 是下一代平台,旨在增强人工智能代理的能力,并实现轻松、可扩展的浏览器自动化。它专为人工智能开发者打造,消除了本地基础设施和性能瓶颈带来的麻烦,让您能够:

精选
本地
https://github.com/Streen9/react-mcp

https://github.com/Streen9/react-mcp

react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。

精选
本地
any-chat-completions-mcp

any-chat-completions-mcp

将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。

精选
Exa MCP Server

Exa MCP Server

一个模型上下文协议服务器,它使像 Claude 这样的人工智能助手能够以安全和受控的方式,使用 Exa AI 搜索 API 执行实时网络搜索。

精选