Server Directory
ProductivityBeginner

Airtable

by Community

Connect to Airtable bases for data management. List records, create entries, update fields, and query tables with filtering and sorting.

CAPABILITIES

  • List and query records
  • Create new records
  • Update existing records
  • Filter and sort queries
  • Field type handling

INSTALLATION

Terminal
npx -y airtable-mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""airtable-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Productivity
Difficulty
Beginner
Maintained By
Community
NPM Package
airtable-mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →