Community Productivity
Airtable
Read + write Airtable bases, tables, and records.
454 stars 134 forks Last commit 2d ago Language TypeScript License MIT
Install
npm install -g airtable-mcp-server Maintain this server? Add the badge
Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.
Markdown
[](https://prismix.dev/mcp/airtable) Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/airtable"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/airtable.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/airtable.svg"></picture></a> About
Airtable API bridge. Base + table listing, record CRUD, filter formulas, attachment uploads. Personal-access-token auth.
Recent releases (5)
All releases →- v1.14.0 Latest Jul 27, 2026
## What's Changed * Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/94 * Bump picomatch by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/95 * Bump path-to-regexp from 8.2.0 to 8.4.0 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/96 * Bump vite from 7.2.7 to 7.3.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/99 * Clarify that the e2e test Airtable PAT is deliberately committed by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/100 * Bump ajv by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/88 * Add HTTP transport tests by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/103 * Fix HTTP transport cross-client response misrouting by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/104 * docs: fix CI builds link in install instructions by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/105 * Bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/106 * Bump postcss from 8.5.6 to 8.5.14 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/107 * Bump qs from 6.14.2 to 6.15.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/109 * Bump vitest from 4.0.15 to 4.1.0 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/111 * Fix Claude Desktop JSON config example by @maxim-ultra in https://github.com/domdomegg/airtable-mcp-server/pull/113 * docs: replace install instructions with install-mcp link by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/115 * Bump js-yaml from 4.1.1 to 4.3.0 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/117 * Fix hardcoded server version and manifest tool drift by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/119 * Bump body-parser from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/121 * Bump fast-uri from 3.1.2 to 3.1.4 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/122 * Bump postcss from 8.5.15 to 8.5.23 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/123 * Update e2e test PAT and base ID by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/124 * feat: add fields parameter to list_records tool by @ErnestHysa in https://github.com/domdomegg/airtable-mcp-server/pull/110 ## New Contributors * @maxim-ultra made their first contribution in https://github.com/domdomegg/airtable-mcp-server/pull/113 * @ErnestHysa made their first contribution in https://github.com/domdomegg/airtable-mcp-server/pull/110 **Full Changelog**: https://github.com/domdomegg/airtable-mcp-server/compare/v1.13.0...v1.14.0
View on GitHub ↗ - v1.13.0 Mar 7, 2026
## What's Changed * Bump minimatch by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/90 * Bump rollup from 4.53.3 to 4.59.0 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/91 * Fix express.json() body size limit for large payloads by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/93 **Full Changelog**: https://github.com/domdomegg/airtable-mcp-server/compare/v1.12.0...v1.13.0
View on GitHub ↗ - v1.12.0 Feb 27, 2026
## What's Changed * feat: add typecast: true to createRecord and updateRecords by @sinahab in https://github.com/domdomegg/airtable-mcp-server/pull/89 ## New Contributors * @sinahab made their first contribution in https://github.com/domdomegg/airtable-mcp-server/pull/89 **Full Changelog**: https://github.com/domdomegg/airtable-mcp-server/compare/v1.11.0...v1.12.0
View on GitHub ↗ - v1.11.0 Feb 16, 2026
## What's Changed * Bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/85 * Add upload_attachment tool for direct file uploads by @domdomegg in https://github.com/domdomegg/airtable-mcp-server/pull/86 **Full Changelog**: https://github.com/domdomegg/airtable-mcp-server/compare/v1.10.0...v1.11.0
View on GitHub ↗ - v1.10.0 Jan 16, 2026
## What's Changed * Fix smithery.yaml entry point to resolve OAuth metadata startup error by @imadezze in https://github.com/domdomegg/airtable-mcp-server/pull/76 * Bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/77 * feat: Add destructiveHint annotations to write tools by @triepod-ai in https://github.com/domdomegg/airtable-mcp-server/pull/79 * Bump @modelcontextprotocol/sdk from 1.24.3 to 1.25.2 by @dependabot[bot] in https://github.com/domdomegg/airtable-mcp-server/pull/78 ## New Contributors * @imadezze made their first contribution in https://github.com/domdomegg/airtable-mcp-server/pull/76 * @triepod-ai made their first contribution in https://github.com/domdomegg/airtable-mcp-server/pull/79 **Full Changelog**: https://github.com/domdomegg/airtable-mcp-server/compare/v1.9.6...v1.10.0
View on GitHub ↗
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.