← Index

Airtable User MCP

io.github.Automations-Project/airtable-user-mcp·v2.1.1·Other
Quality Score
100
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "airtable-user-mcp": {
      "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "airtable-user-mcp": {
      "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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y airtable-user-mcp
§02  Environment variables
AIRTABLE_HEADLESS_ONLY

Headless auth (no browser UI)

AIRTABLE_NO_BROWSER

Force manual session mode

AIRTABLE_USER_MCP_HOME

Override config directory

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Other