Back to directory
felores/airtable-mcp

felores/airtable-mcp

@felores

A Model Context Protocol server for interacting with Airtable's API, enabling programmatic management of bases, tables, fields, and records

airtabledatabaseapicrudspreadsheetnosqlmcp

Installation & Configuration

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "@felores/airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/12