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.
Máy chủ liên quan
mcp-msaccess
Give any AI assistant full control over Microsoft Access databases.
Calame
Visual no-code generator that turns any database into multiple scoped MCP servers — one per access group, with PII masking and fail-closed query scoping built in.
emem.dev
real world, traceable spatial memory for fact verification about the world.
Supabase
Manage your Supabase project, execute SQL queries, and more.
MySQL Server Pro
A MySQL server with CRUD operations, database anomaly analysis, and support for SSE and STDIO.
SG Data MCP
Real-time Singapore government data and ACRA company intelligence for AI agents. 13 tools: weather, air quality, dengue clusters, transport, and company verification.
B1 Bridge
Connect SAP Business One (SQL Server) to Claude AI Desktop via MCP. Query financials, inventory, sales, and purchasing with natural language.
Simple Loki MCP Server
Query Grafana Loki logs using logcli with an automatic fallback to the HTTP API.
Apple Health Data with Elasticsearch
A Python-based MCP server that connects to an Elasticsearch index with Apple HealthKit data.
SQL Builder AI MCP
AI-powered SQL query builder — natural language to SQL, schema introspection, query optimization, multi-dialect support by MEOK AI Labs