Loading MCP server directory, please wait...
Read and write access to Airtable database schemas, tables, and records.
npx @getmcp/cli add io.github.domdomegg/airtable-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AIRTABLE_API_KEYAirtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.domdomegg/airtable-mcp-server": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": ""
}
}
}
}