Loading languages...
AI

airtable-mcp

@alexbruf1

This project provides a local Model Context Protocol (MCP) server that allows AI models like Claude (via Claude for Desktop) to interact directly with your Airtable bases using natural language. You can list bases, tables, and records, fetch specific records, create, update, and delete records, all through MCP tools.

airtable
database
python
claude

# mcpServer Config

{
  "mcpServers": {
    "airtable-pipx": {
      "command": "pipx",
      "args": [
        "run",
        "airtable-mcp"
      ],
      "env": {
        "AIRTABLE_PERSONAL_ACCESS_TOKEN": "XXXX",
        "AIRTABLE_BASE_ID": "XXXX"
      }
    }
  }
}

# stdio

pipx run airtable-mcp
Transport:
stdio
语言:
Python
创建时间:4/15/2025
更新时间:9/19/2025