Servers
Airtable MCP
@rashidazarang
Airtable integration for AI-powered applications via Anthropic's Model Context Protocol (MCP)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"@rashidazarang/airtable-mcp"
],
"env": {
"AIRTABLE_TOKEN": "YOUR_AIRTABLE_TOKEN",
"AIRTABLE_BASE_ID": "YOUR_BASE_ID"
}
}
}
}