MCP Server~200ms avg
Airtable MCP Server
Query and manage Airtable bases, tables, and records from Claude Code.
Install
claude mcp add airtable -- npx -y airtable-mcp-server
About
Connect Claude Code to your Airtable workspace. List bases, query tables with filters and sorts, create and update records, and manage field configurations. Useful for teams using Airtable as a lightweight database or project tracker who want to interact with their data programmatically from the terminal.
Tags
airtabledatabasespreadsheetno-coderecords
Score Breakdown
CLI Score Breakdown7/11
✓Official SDK on npm/pip+2
✓Env var authentication (no browser OAuth)+2
✓Works in headless/CI environments+2
✗CLI tool available0
✓JSON response for piping/parsing+1
✗Docs have curl/CLI examples0
✗Reasonable rate limits for scripted use0
✗Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads2.2k
GitHub stars400
Days since last release24d
Issue close ratio65%
TypeScript typesYes
Docs qualitybasic
Breaking changesrare
Performance
Latencyus-east-1 - 2026-03-24
p50
160ms
avg
200ms
p95
470ms
Scores
CLI
7
Quality
6
Related
MCP ServerVerified~140ms - Moderate
15k/wkSupabase MCP Server
Manage Supabase projects, databases, auth, and storage from Claude Code.
CLI
8
Quality
8
claude mcp add supabase -- npx -y @supabase/mcp-server-supabaseMCP ServerVerified
17k/wkPostgreSQL MCP Server
Query PostgreSQL databases, inspect schemas, and run migrations.
CLI
9
Quality
8
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbMCP ServerVerified
12k/wkSQLite MCP Server
Read and write SQLite databases with full SQL support.
CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db