Airtable MCP Server
Related Servers
Alternatives to Airtable MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude to interact with Airtable through a secure OAuth 2.1 flow, supporting operations like listing bases, tables, records, and creating records.-
- AlicenseNot gradedqualityCmaintenanceProvides read and write access to Airtable databases, enabling LLMs to inspect schemas, search, create, update, and delete records, tables, and fields, as well as manage comments on records.1,682 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with Airtable databases via natural language, supporting record CRUD, base listing, and schema exploration.4 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides tools for AI assistants to interact with Airtable databases, enabling CRUD operations on Airtable bases and tables.2 npmMIT
- AlicenseBqualityDmaintenanceProvides comprehensive access to the Airtable Web API, enabling AI assistants to create and manage bases, tables, fields, records, views, and webhooks with support for 25+ field types, batch operations, and enterprise features.327 npm2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI-powered interaction with Airtable bases, supporting CRUD operations, schema management, webhooks, and natural language queries through the MCP protocol.168 npmMIT
TDQS
Scored across 5 tools
Each tool targets a distinct operation: get by ID, list with optional formula, create, update, and substring search. Search and list have some overlap, but their purposes are clearly differentiated by descriptions.
All tools follow a consistent verb_noun pattern with snake_case (get_record, list_records, create_record, update_record, search_records), making the set predictable.
Five tools is well-scoped for a focused Airtable CRUD-like server, covering core read and write operations without unnecessary bloat.
Missing delete_record is a notable gap in lifecycle coverage. Read (get/list/search), create, and update are present, but the inability to delete records limits full CRUD operations.