Airtable
Freeby MCP Community
An Airtable Model Context Protocol Server
v0.3.0Added Apr 12, 2026
airtablemcpmodel-context-protocolclaudeapi
Airtable MCP Server
An Airtable Model Context Protocol Server
Installation
npx -y @felores/airtable-mcp-server
Reviews
Installation
Quick install
npx -y @felores/airtable-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "@felores/airtable-mcp-server"]
}
}
}