airtable-mcp-server
Read and write access to Airtable database schemas, tables, and records.
This server provides read and write access to Airtable databases, allowing large language models (LLMs) to inspect database schemas and manage records effectively. Users can create an Airtable personal access token with specific scopes to facilitate secure access to their bases. The server supports various client integrations, making it versatile for different user preferences.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"airtable-mcp-server": {
"args": [
"-y",
"airtable-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions