mcp-airtable-query
Related Servers
Alternatives to mcp-airtable-query
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides tools for programmatically managing Airtable bases, tables, fields, and records through Claude Desktop or other MCP clients.1263575MIT
- AlicenseNot gradedqualityDmaintenanceExtends Airtable MCP server with full CRUD, bulk import/upsert, data analysis, schema validation, and data export capabilities.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Airtable API — manage records, bases, tables, fields, and webhooks through 18 tools.7MIT
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server for Airtable that enables programmatic management of bases, tables, fields, and records through Claude Desktop or other MCP clients using Effect for type-safe and robust API interactions.171MIT
- AlicenseAqualityAmaintenanceCommunity MCP server for Airtable that provides 30 tools for managing Airtable bases. Uses Airtable's internal API to support capabilities not available through the official REST API:6731MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.1,851456TypeScriptMIT
TDQS
Scored across 9 tools
Each tool targets a distinct resource and action: status, bases, schema, records (list/get/create/update/delete), and filter formula building. There is no overlap or ambiguity between tools.
Most tools follow a clear verb_noun pattern (e.g., list_bases, create_records), with 'get' for single items and 'list' for collections. The one deviation is 'airtable_status', which reads more like a noun than a verb, but it is still easily understood.
With 9 tools, the server is well-scoped for Airtable data operations. Each tool serves a necessary function without unnecessary bloat.
The CRUD lifecycle for records is fully covered (list, get, create, update, delete), along with base and schema discovery and a filter helper. There are no significant missing operations for a query-focused Airtable server.