airtable
v6.0.1Bring operational data and context into the flow of your ChatGPT conversations. You can ask questions, create and update records, and analyze your data—all through conversation. Use the data in Airtable as input to the work you’re doing in ChatGPT, like building a landing page using content you’ve organized in Airtable. Make quick updates to Airtable without leaving the chat. Airtable for ChatGPT is ideal anytime you need quick access to structured internal data to inform your conversation. Airtable's App connects ChatGPT directly to your Airtable bases, so you can ask questions, create and update records, and analyze your data—all through conversation
By Airtable0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install airtable for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add airtable@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “airtable-3” remain stable.
- Codex:
airtable-3@agent-plugin-marketplace→airtable@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/airtable/.
Plugin files
├── .codex-plugin/plugin.json├── skills/airtable-cli/SKILL.md├── skills/airtable-filters/SKILL.md├── skills/airtable-overview/SKILL.md└── .mcp.json
Included Skills3
Lists bases, reads and writes records, manages tables and fields, filters and searches data in Airtable via the `airtable-mcp` CLI. Use when the task involves Airtable data or the user mentions airtable-mcp, bases, tables, records, or fields.
Use this skill when the user wants to find, filter, or narrow down Airtable records by field values, even when they don't explicitly say "filter."
Explains what Airtable is and how data is structured — bases, tables, fields, records, views, automations, and interfaces. Use when you need context about the Airtable data model.
MCP servers1
- url
- https://mcp.airtable.com/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"name": "Airtable"
},
"description": "Bring operational data and context into the flow of your ChatGPT conversations. You can ask questions, create and update records, and analyze your data—all through conversation. Use the data in Airtable as input to the work you’re doing in ChatGPT, like building a landing page using content you’ve organized in Airtable. Make quick updates to Airtable without leaving the chat. Airtable for ChatGPT is ideal anytime you need quick access to structured internal data to inform your conversation.\n\nAirtable's App connects ChatGPT directly to your Airtable bases, so you can ask questions, create and update records, and analyze your data—all through conversation",
"interface": {
"capabilities": [],
"category": "Productivity",
"composerIcon": "./assets/composer-icon.svg",
"defaultPrompt": [
"show me a kanban of the product roadmap. What’s at risk? What’s up next?",
"which roadmap initiatives should I discuss with the enterprise sales team today?"
],
"developerName": "Airtable",
"displayName": "Airtable",
"logo": "./assets/logo.png",
"longDescription": "Bring operational data and context into the flow of your ChatGPT conversations. You can ask questions, create and update records, and analyze your data—all through conversation. Use the data in Airtable as input to the work you’re doing in ChatGPT, like building a landing page using content you’ve organized in Airtable. Make quick updates to Airtable without leaving the chat. Airtable for ChatGPT is ideal anytime you need quick access to structured internal data to inform your conversation.\n\nAirtable's App connects ChatGPT directly to your Airtable bases, so you can ask questions, create and update records, and analyze your data—all through conversation",
"privacyPolicyURL": "https://www.airtable.com/company/privacy",
"shortDescription": "Add structured data to ChatGPT",
"supportURL": "https://support.airtable.com/docs/contacting-airtable-support",
"termsOfServiceURL": "https://www.airtable.com/company/tos",
"websiteURL": "https://airtable.com"
},
"name": "airtable",
"version": "6.0.1"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[airtable on Agent Plugins Marketplace](https://pluginsmp.com/plugins/airtable-3)