Does Airtable have an MCP server?
Airtable maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.airtable.com/mcp
- Category
- Databases
A remote server run by Airtable itself — nothing to install. Documented at support.airtable.com.
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http airtable https://mcp.airtable.com/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.airtable.com/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"airtable": {
"url": "https://mcp.airtable.com/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"airtable": {
"type": "http",
"url": "https://mcp.airtable.com/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.airtable.com/mcp - Complete sign-in, then enable the connector in a new chat
Does Airtable have an official MCP server?
Yes. Airtable maintains an official MCP server, hosted at https://mcp.airtable.com/mcp.
How do I connect Airtable to Claude?
Add https://mcp.airtable.com/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http airtable https://mcp.airtable.com/mcp" in Claude Code.
Do I need to install anything to use the Airtable MCP server?
No. It is a remote server hosted by Airtable, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official hosted MCP server at mcp.airtable.com/mcp (OAuth, all plans, documented on support.airtable.com). Community domdomegg/airtable-mcp-server was the prior standard. Seed said COMMUNITY-ONLY. GitHub metadata is refreshed every six hours.
Official hosted MCP server at mcp.airtable.com/mcp (OAuth, all plans, documented on support.airtable.com). Community domdomegg/airtable-mcp-server was the prior standard. Seed said COMMUNITY-ONLY.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.