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
Skills, hand-off conventions, and the official Airtable MCP server — everything an AI agent needs to drive Airtable competently.
This repo is bundled 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
Skills covering the Airtable data model, filter syntax, and agent workflow conventions, plus the official Airtable MCP server (mcp.airtable.com/mcp) auto-wired via .mcp.json. The bundled skills live under plugins/airtable/skills/.
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.
関連サーバー
supOS MCP Server
Provides access to supOS open APIs for querying topic structures, real-time and historical data, and executing SQL queries.
Neo4j Knowledge Graph Memory
A knowledge graph memory server using the Neo4j graph database to store and retrieve information from AI interactions.
DeFi Rates
Real-time DeFi lending rates across 14+ protocols (Aave, Morpho, Spark, Compound, Venus, etc). Query borrow/supply rates, c ompare platforms, calculate looping strategies on 6 chains (Ethereum, Arbitrum, Base, BSC, Solana, HyperEVM).
MS SQL MCP Server
A bridge for AI assistants to directly query and explore Microsoft SQL Server databases.
FOCUS DATA MCP Server
Convert natural language into SQL statements with a two-step generation solution to reduce hallucinations and improve trust.
Fedspeak MCP Server
Access and analyze Federal Reserve (FOMC) statements.
MLB SportRadar
Access MLB game data, standings, and player statistics using the SportRadar API.
Finance MCP Server
Provides real-time financial data from Yahoo Finance.
Kollect MCP Server (Standalone)
An MCP server for querying data from the Kollect tool's API endpoints, such as /api/data, /api/snapshots, and /api/costs.
MySQL Server
A server for performing MySQL database operations.