Skip to content
Cline

Airtable User MCP for Cline

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

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

client:Cline transport:stdio runtime:npm

Install Airtable User MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "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's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Airtable User MCP in other clients