Skip to content
Cursor

Airtable User MCP for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Airtable User MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Airtable User MCP in other clients