Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Airtable Query

FreeNot checked

Lightweight TypeScript MCP server for Airtable base discovery, table/view queries, record CRUD, and validated filterByFormula construction.

GitHubEmbed

About

Lightweight TypeScript MCP server for Airtable base discovery, table/view queries, record CRUD, and validated filterByFormula construction.

README

Lightweight TypeScript MCP server for Airtable base discovery, table/view queries, record CRUD, and validated filterByFormula construction. It exposes nine tools, a status resource, and a read-first workflow prompt over stdio or Cloudflare Workers Streamable HTTP.

Install and run

git clone https://github.com/TTaoGaming/mcp-airtable-query.git
cd mcp-airtable-query
npm ci
npm run build
AIRTABLE_API_KEY=pat... npm run dev

Point an MCP client at node dist/src/stdio.js. For hosted mode, set AIRTABLE_API_KEY with wrangler secret put AIRTABLE_API_KEY, then run npm run deploy; the MCP route is /mcp.

Live credential-free demo: https://mcp-airtable-query.tommytai3.workers.dev/mcp. Discovery and status work; Airtable calls fail closed until a Worker secret is bound.

Tools

airtable_status, list_bases, get_base_schema, list_records, get_record, create_records, update_records, delete_records, and build_filter_formula.

Verification

npm run check compiles both transports, runs tests, and performs a Worker dry-run. npm run inspector:list asserts MCP discovery with the official Inspector CLI. npm and MCP Registry publication require explicit operator approval.

from github.com/TTaoGaming/mcp-airtable-query

Installing Airtable Query

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/TTaoGaming/mcp-airtable-query

FAQ

Is Airtable Query MCP free?

Yes, Airtable Query MCP is free — one-click install via Unyly at no cost.

Does Airtable Query need an API key?

No, Airtable Query runs without API keys or environment variables.

Is Airtable Query hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Airtable Query in Claude Desktop, Claude Code or Cursor?

Open Airtable Query on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Airtable Query with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs