Airtable MCP Pack — wraps the Airtable REST API v0
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pipeworx-io-airtable": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Airtable MCP Pack — wraps the Airtable REST API v0
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
a self-hosted project management & Kanban solution + Instant shareable boards
A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/airtable and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Airtable MCP Pack — wraps the Airtable REST API v0
Part of the Pipeworx open MCP gateway.
| Tool | Description |
|---|---|
airtable_list_records | List records from an Airtable table. Supports optional formula filtering. |
airtable_get_record | Get a single record by ID from an Airtable table. |
airtable_create_record | Create a new record in an Airtable table. |
airtable_list_bases | List all bases accessible to the authenticated user. |
airtable_get_base_schema | Get the schema (tables and fields) for an Airtable base. |
Add to your MCP client config:
{
"mcpServers": {
"airtable": {
"url": "https://gateway.pipeworx.io/airtable/mcp"
}
}
}
Or use the CLI:
npx pipeworx use airtable
MIT