Airtable MCP Server
Airtable MCP servers enable AI models to interact with Airtable bases, providing capabilities for structured data operations, record management, and view-based data access.
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["@felores/airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your_api_key_here"
}
}
}
}
Overview
The MCP Airtable Server bridges AI and Airtable by letting language models (LLMs) work directly with Airtable bases. It's part of the Model Context Protocol (MCP) system, providing a safe and standard way to connect AI with structured data in Airtable. 1
Key features include:
- View and understand base structures and field types
- List and filter records using Airtable formulas
- Create, update, and delete records
- Work with different views and field types
Tools
Base Management
Field Management
Record Operations
Field Types
Sources
Footnotes
Related Articles
Super Windows CLI MCP Servers
Super Windows CLI MCP servers provide interfaces for LLMs to interact with Windows command-line tools and automation tasks. These servers enable AI models to execute PowerShell commands, manage Windows services, and automate system administration tasks.
Pulumi Cloud Development MCP Servers
Pulumi Cloud Development MCP servers enable LLMs to interact with cloud infrastructure using Pulumi's infrastructure as code platform. These servers provide capabilities for managing cloud resources across multiple providers while maintaining security and compliance.
Ansible Automation Platform MCP Servers
Ansible Automation Platform MCP servers provide interfaces for LLMs to interact with Ansible's automation capabilities. These servers enable AI models to manage infrastructure automation, configuration management, and application deployment through Ansible's declarative approach.