Airtable
Rank #86,197smithery/node2flow/airtable
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks. ## Features - Full CRUD for records with filtering, sorting, and pagination - Upsert records (update-or-create by matching fields) - Base and table schema management (create tables, add fields) - Webhook lifecycle (create, list, refresh, payloads, delete) - Batch operations (up to 10 records per request) ## 18 Tools **Records**: list, get, create, update, delete, upsert **Bases & Schema**: list bases, get schema, create base, create table, update table, create field, update field **Webhooks**: create, list, refresh, list payloads, delete ## Configuration - AIRTABLE_PAT — Personal Access Token from https://airtable.com/create/tokens
Airtable is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,197 of 115,460 servers tracked on MCP Toplist. Airtable is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 12, 2026.
Ranks ahead of 29,263 of 115,460 servers on MCP Toplist.
Use Airtable
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http airtable https://server.smithery.ai/node2flow/airtable/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.airtable]
url = "https://server.smithery.ai/node2flow/airtable/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/airtable/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"airtable": {
"url": "https://server.smithery.ai/node2flow/airtable/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"airtable": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/airtable/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"airtable": {
"serverUrl": "https://server.smithery.ai/node2flow/airtable/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"airtable": {
"url": "https://server.smithery.ai/node2flow/airtable/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fairtable)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fairtable"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fairtable.svg" alt="MCP Toplist: #86,197 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
- n8n-Management#86,209
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Airtable?
- Airtable is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Airtable listed on the Official MCP Registry?
- Airtable is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Airtable have?
- Airtable ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Airtable?
- The source code for Airtable is hosted at github.com/node2flow-th/airtable-mcp-community.