Skip to content
Cursor

Airtable for Cursor

io.github.domdomegg/airtable-mcp-server

Read and write access to Airtable database schemas, tables, and records.

client:Cursor transport:stdio runtime:npm

Install Airtable 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-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "<AIRTABLE_API_KEY>"
      }
    }
  }
}

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

Airtable in other clients