Skip to content
Cursor

airtable for Cursor

com.mcparmory/airtable

Create, read, update, and delete records in Airtable bases and tables

client:Cursor transport:stdio runtime:pypi

Install airtable in Cursor

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

{
  "mcpServers": {
    "airtable": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-airtable"
      ]
    }
  }
}

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

airtable in other clients