Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Airtable integration for AI apps using Anthropic's MCP, enabling natural language interaction with Airtable data.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
Connect your AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration—all through a standardized MCP interface compatible with Claude Desktop and other Claude-powered editors.
appi7fWMQcB3BNzPs
)~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": [
"@smithery/cli",
"run",
"@rashidazarang/airtable-mcp",
"--token",
"YOUR_AIRTABLE_TOKEN",
"--base",
"YOUR_BASE_ID"
]
}
}
}
YOUR_AIRTABLE_TOKEN
and YOUR_BASE_ID
with your actual credentials