Productivity
Airtable MCP
Airtable MCP provides AI-powered access to Airtable workspaces. List bases, query records with filters and sorting, create and update records, manage fields and views, and search across tables. Supports both personal access tokens and OAuth for authentication.
Stars
1.2k
Installs
24.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.2k · catalog
- Freshness: Updated 2026-01-24
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: AIRTABLE_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "<your-personal-access-token>"
}
}
}
}