Skip to content
Grok

Airtable User MCP for Grok

io.github.automations-project/airtable-user-mcp

Manage Airtable bases: schema, field CRUD, views, formula validation, extensions

client:Grok transport:stdio runtime:npm

Install Airtable User MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "airtable-user-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "airtable-user-mcp"
      ],
      "env": {
        "AIRTABLE_HEADLESS_ONLY": "<AIRTABLE_HEADLESS_ONLY>",
        "AIRTABLE_NO_BROWSER": "<AIRTABLE_NO_BROWSER>",
        "AIRTABLE_USER_MCP_HOME": "<AIRTABLE_USER_MCP_HOME>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Airtable User MCP in other clients