Back to MCP Servers
Airtable Server
Query and manage Airtable bases, tables, and records for low-code database operations
airtabledatabasespreadsheetno-codecommunity
By Community
Installation
npm install -g airtable-mcp-serverConfiguration
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your-airtable-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes