MCP Directory
Back

airtable-mcp-server

by domdomegg · TypeScript · ★ 440

🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases

#airtable#mcp-server#model-context-protocol

Install

npx -y github:domdomegg/airtable-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

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: - Name: Anything you want e.g. 'Airtable MCP Server Token'. - Scopes: , , and optionally , , , and . - Access: The bases you want to access. If you're not sure, select 'Add all resources'. Keep the token handy, you'll nee…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers