airtable-mcp-server

domdomegg/airtable-mcp-server
β˜… 428 stars TypeScript πŸ—„οΈ Database Updated 1mo ago
πŸ—‚οΈπŸ€– Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
View on GitHub β†’

Quick Install

Copy the config for your editor. Some servers may need additional setup β€” check the README.

Add to claude_desktop_config.json:

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

README Excerpt

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. https://github.com/user-attachments/assets/c8285e76-d0ed-4018-94c7-20535db6c944 **Step 1**: [Create an Airtable personal access token by clicking here](https://airtable.com/create/tokens/new). Details:

Tools (1)

baseId

Topics

airtablemcp-servermodel-context-protocol