airtable

stdio

Used by 2 plugins

Installs airtable, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub ebbe-method/airtable-skills --plugin airtable
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "${AIRTABLE_PAT}"
      }
    }
  }
}

Replace placeholder values for: AIRTABLE_API_KEY

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-yairtable-mcp-server
Environment Variables
AIRTABLE_API_KEY=${AIRTABLE_PAT}
Required Secrets
AIRTABLE_API_KEY