Airtable
Official Airtable MCP server, plugins, and skills. The database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom app.
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.
Install
Claude Code
/plugin marketplace add airtable/skills
/plugin install airtable@airtable-skills
For local testing from a clone:
/plugin marketplace add /path/to/this/repo
/plugin install airtable@airtable-skills
Codex
codex plugin marketplace add airtable/skills
Then enable the plugin via the Codex TUI's plugins menu, or by adding to ~/.codex/config.toml:
[plugins."airtable@airtable-skills"]
enabled = true
If 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-filters
Or download the latest tagged release zip from GitHub Releases.
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.
संबंधित सर्वर
PubChem-MCP
Access PubChem's database for chemical compounds, substances, and bioassays.
AWS Athena MCP Server
An MCP server for querying and interacting with AWS Athena.
mcp-parseable-server
MCP server for Parseable observability platform
PostgreSQL MCP Server by CData
A read-only MCP server for PostgreSQL, enabling LLMs to query live data from PostgreSQL databases.
Pipedrive MCP Server by CData
A read-only MCP server for Pipedrive, enabling LLMs to query live data using the CData JDBC Driver.
Video Metadata MCP Server
Manages video metadata, including game information, teams, scores, and other sports-related data.
Treasure Data MCP Server
Enables AI assistants to securely query and interact with the Treasure Data customer data platform.
Manticore Search
MCP server for Manticore Search — query and manage search database
Supabase
Connects to Supabase platform for database, auth, edge functions and more.
D&D 5E MCP Server
Access Dungeons & Dragons 5th Edition content, including spells, classes, and monsters, via the Open5e API.