Airtable MCP Server
Provides tools for interacting with Airtable, enabling AI agents to manage bases, tables, records, fields, webhooks, and attachments, with support for natural language queries, batch operations, and schema management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Airtable MCP ServerShow me the records in my Customers table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 Airtable MCP Server
🤖 Agente IA Revolucionario - Servidor Airtable MCP avanzado impulsado por IA con integración de FastMCP, transporte HTTP/SSE para streaming en tiempo real, NLP, y compatibilidad con arquitecturas multi-lenguaje.
📑 Índice
Related MCP server: Airtable MCP Pro
🌟 Acerca del Proyecto
Airtable MCP Server (Model Context Protocol) es un servidor diseñado para integrar inteligencia artificial con operaciones de Airtable. Permite a los LLM (como Claude) y otros clientes MCP interactuar con tus bases de datos Airtable utilizando lenguaje natural, ejecutar operaciones complejas, analizar datos y automatizar flujos de trabajo.
🛠️ Stack Tecnológico
Este proyecto utiliza un stack moderno para garantizar alto rendimiento, escalabilidad y facilidad de integración:
Lenguajes: Python (Backend Principal) y Node.js/TypeScript.
Framework de Servidor:
FastMCPpara la integración del protocolo Model Context Protocol, proporcionando transporte eficiente HTTP/SSE.Networking:
aiohttppara operaciones asíncronas de red en Python.Configuración y Validación:
pydantic_settings(Python) yzod(TypeScript).Despliegue: Optimizado para Docker y entornos en la nube como Railway.
✨ Características Principales
🗣️ Lenguaje Natural a Airtable (NLP): Parsea consultas en lenguaje natural para realizar operaciones de bases de datos.
🔄 Operaciones CRUD Completas: Crear, leer, actualizar y eliminar registros de manera programática.
🏗️ Gestión de Esquemas: Control total sobre bases, tablas, y campos.
⚡ Operaciones por Lotes: Procesa múltiples registros de manera eficiente (hasta 10 a la vez).
🌐 Integración de Webhooks: Escucha y gestiona eventos en tiempo real.
🔐 Seguridad Integrada: Soporte OAuth 2.0 y validaciones estrictas.
🐳 Docker-Ready: Imágenes optimizadas y despliegue simple mediante
docker-compose.
🧠 Suite de Inteligencia IA
Aprovecha al máximo el potencial de la IA con nuestras herramientas y prompts integrados:
📊 Análisis Predictivo: Pronóstico de tendencias de datos.
📈 Inteligencia Empresarial (BI): Descubrimiento de patrones y reportes de calidad.
📐 Diseño de Esquemas Inteligente: Recomendaciones automatizadas de estructura de base de datos.
🚀 Optimización de Flujos: Recomendaciones de automatización de tareas.
📋 Requisitos Previos
Antes de comenzar, asegúrate de tener lo siguiente:
Node.js 18+ o Python 3.10+.
Una cuenta de Airtable con un Token de Acceso Personal.
Ámbitos requeridos para el Token:
data.records:read&data.records:writeschema.bases:read&schema.bases:writewebhook:manage
🚀 Inicio Rápido
1️⃣ Configuración de Variables de Entorno
Crea un archivo .env en la raíz de tu proyecto:
AIRTABLE_TOKEN=tu_token_de_acceso_personal
AIRTABLE_BASE_ID=tu_id_de_base_opcionalNota: En versiones modernas, el
AIRTABLE_BASE_IDes opcional, ya que el servidor puede descubrir bases a las que tienes acceso de forma dinámica.
2️⃣ Instalación y Ejecución
Vía NPM (Para Node/TypeScript):
npm install
npm run devVía Python (Recomendado con FastMCP):
pip install -r requirements.txt
python3 src/python/inspector_server.py3️⃣ Integración con Claude Desktop
Agrega la configuración en tu cliente MCP (ej. Claude Desktop):
{
"mcpServers": {
"airtable-fastmcp": {
"command": "fastmcp",
"args": ["run", "src/python/inspector_server.py:mcp"],
"env": {
"AIRTABLE_TOKEN": "TU_TOKEN_AIRTABLE"
}
}
}
}🛠️ Herramientas Disponibles
El servidor expone más de 30 herramientas categorizadas para el LLM:
Categoría | Herramientas Destacadas | Descripción |
🔍 Consultas |
| Buscar y listar información. |
✍️ Edición |
| Manipular registros. |
🏗️ Estructura |
| Explorar la estructura de la BD. |
⚡ Lotes |
| Operaciones masivas. |
🪝 Webhooks |
| Integraciones en tiempo real. |
📖 Documentación y Soporte
Problemas y Bugs: GitHub Issues
Guía de Contribución: CONTRIBUTING.md
Licencia: MIT - Ver LICENSE
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- mcpOAuthcom.airtable
Official Airtable MCP server — database and operations layer for agents.
Let AI agents query data and act across all your business apps via MCP.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides tools for AI assistants to interact with Airtable databases, enabling CRUD operations on Airtable bases and tables.13MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables comprehensive interaction with Airtable databases through MCP for ChatGPT Business/Projects. Supports full CRUD operations, querying, searching, and database management with pagination, filtering, and per-user authentication.-
- AlicenseNot gradedqualityCmaintenanceProvides read and write access to Airtable databases, enabling LLMs to inspect schemas, search, create, update, and delete records, tables, and fields, as well as manage comments on records.3,739MIT
- AlicenseBqualityDmaintenanceProvides comprehensive access to the Airtable Web API, enabling AI assistants to create and manage bases, tables, fields, records, views, and webhooks with support for 25+ field types, batch operations, and enterprise features.32221MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/desarrollo032/airtable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server