Databases
Trust: 49/100 (Fair)Airtable Guide
Read and write access to Airtable database schemas, tables, and records.
429 starsby domdomegg
Quick Start
Install
npx airtable-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-airtable-mcp-server": {
"command": "npx",
"args": [
"airtable-mcp-server"
]
}
}
}