This guide provides detailed instructions for setting up the Airtable MCP with Claude Desktop.
- Node.js 14+ installed
- Claude Desktop installed
- Airtable API token
- Airtable base ID
-
Locate Configuration File
- Open Finder
- Press
Cmd + Shift + G
- Enter
~/Library/Application Support/Claude
- Create or open
claude_desktop_config.json
-
Add Configuration
{ "mcpServers": { "airtable-mcp": { "command": "npx", "args": [ "@smithery/cli", "run", "@rashidazarang/airtable-mcp", "--token", "YOUR_AIRTABLE_TOKEN", "--base", "YOUR_BASE_ID" ] } } }
-
Replace Credentials
- Replace
YOUR_AIRTABLE_TOKEN
with your token from Airtable Account - Replace
YOUR_BASE_ID
with your base ID (found in your Airtable base URL)
- Replace
-
Restart Claude Desktop
- Close Claude Desktop completely
- Wait 5 seconds
- Reopen Claude Desktop
- Wait 30 seconds for the connection to establish
Test the connection by asking Claude:
- "Show me all my Airtable bases"
- "What tables are in this base?"
- "Show me the first 5 records from any table"
-
Verify Node.js installation:
node -v # Should show v14 or higher
-
Test Smithery CLI:
npx @smithery/cli --version
-
Check logs:
- Open
~/Library/Logs/Claude/mcp-server-airtable-mcp.log
- Look for any error messages
- Open
-
"Command not found"
npm install -g npm@latest
-
JSON Parsing Errors
- Remove any extra backslashes
- Use the exact format shown above
- Ensure no trailing commas
-
Connection Timeout
- Wait full 30 seconds after startup
- Check your internet connection
- Verify API token is valid
If you encounter any issues:
- Check GitHub Issues
- Join our Discord
- Email: [email protected]