
Airtable
β Officialβ 35from airtable
Official Airtable MCP server and skills for working with bases, records, workflows, and business operations from AI agents.
Airtable
Airtable is the database and operations layer for your agents β whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share β plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance.
This repo is the canonical, official home for the plugins, skills, and other artifacts we ship to make Airtable as fluent to agents as it already is to builders and users. Today that ships as an installable plugin for Claude Code and Codex, and as a standalone collection of skills installable via the skills CLI for any agent that consumes agentskills.ioβformat skills.
What's inside
The bundled skills live under plugins/airtable/skills/, and the official Airtable MCP server (mcp.airtable.com/mcp) is auto-wired via .mcp.json.
Layout
.
βββ .claude-plugin/marketplace.json # Claude marketplace catalog
βββ .agents/plugins/marketplace.json # Codex marketplace catalog
βββ plugins/airtable/ # the V1 plugin
βββ .claude-plugin/plugin.json
βββ .codex-plugin/plugin.json
βββ .mcp.json
βββ skills/License
MIT.
# All skills
npx skills add airtable/skills
# A specific skill
npx skills add airtable/skills --skill airtable-filtersInstall
Claude Code
/plugin marketplace add airtable/skills
/plugin install airtable@airtable-skillsFor local testing from a clone:
/plugin marketplace add /path/to/this/repo
/plugin install airtable@airtable-skillsCodex
codex plugin marketplace add airtable/skillsThen enable the plugin via the Codex TUI's plugins menu, or by adding to ~/.codex/config.toml:
[plugins."airtable@airtable-skills"]
enabled = trueIf you'd rather wire the MCP server manually instead of via the plugin, add the following to ~/.codex/config.toml (the plugin handles this automatically when enabled β this is just an escape hatch):
[[mcp_servers]]
name = "airtable"
type = "http"
url = "https://mcp.airtable.com/mcp"Standalone skills (any agent)
For Cursor, OpenCode, Pi, Gemini CLI, or any other agent that consumes Agent Skills:
# All skills
npx skills add airtable/skills
# A specific skill
npx skills add airtable/skills --skill airtable-filtersOr download the latest tagged release zip from GitHub Releases.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.