~/CLIRank
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
AuthorCommunity
Weekly installs2,200
Last updated3/9/2026

Related

MCP ServerVerified~140ms - Moderate
15k/wk

Supabase 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-supabase
MCP ServerVerified
17k/wk

PostgreSQL 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/mydb
MCP ServerVerified
12k/wk

SQLite 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