
MCP Airtable Server
Provides tools for AI assistants to interact with Airtable databases, enabling CRUD operations on Airtable bases and tables.
README
MCP Airtable Server
An MCP (Model Context Protocol) server that provides tools for interacting with Airtable databases. This server allows AI assistants to perform CRUD operations on Airtable bases and tables.
Features
- List available Airtable bases
- List tables within a base
- Get records with filtering, sorting, and field selection
- Create new records
- Update existing records
- Delete records
- Get base schema information
Installation
-
Clone this repository
-
Install dependencies:
npm install
-
Build the TypeScript code:
npm run build
Configuration
-
Copy
.env.example
to.env
:cp .env.example .env
-
Add your Airtable API key to
.env
:AIRTABLE_API_KEY=your_api_key_here
-
(Optional) Add a default base ID:
AIRTABLE_BASE_ID=appXXXXXXXXXXXXXX
Getting your Airtable API Key
- Go to Airtable account settings
- Navigate to the "API" section
- Generate a personal access token with the following scopes:
data.records:read
data.records:write
schema.bases:read
Usage
Running the Server
For development with hot reload:
npm run dev
For production:
npm start
Using with Claude Desktop
Option 1: Local Installation (Recommended)
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"command": "node",
"args": ["/path/to/mcp-airtable/dist/index.js"],
"env": {
"AIRTABLE_API_KEY": "your_api_key_here",
"AIRTABLE_BASE_ID": "optional_default_base_id",
"AWS_REGION": "us-east-1",
"AWS_S3_BUCKET": "your-bucket-name",
"AWS_ACCESS_KEY_ID": "your-access-key",
"AWS_SECRET_ACCESS_KEY": "your-secret-key"
}
}
}
}
Option 2: Remote Deployment (Zeabur)
-
Deploy to Zeabur:
- Fork this repository
- Connect your GitHub account to Zeabur
- Create a new service and select this repository
- Zeabur will automatically detect the Dockerfile
-
Configure Environment Variables in Zeabur:
MCP_AUTH_TOKEN=your-secret-token AIRTABLE_API_KEY=your-airtable-api-key AIRTABLE_BASE_ID=your-default-base-id (optional) AWS_REGION=us-east-1 (optional) AWS_S3_BUCKET=your-bucket-name (optional) AWS_ACCESS_KEY_ID=your-key (optional) AWS_SECRET_ACCESS_KEY=your-secret (optional)
-
Configure Claude Desktop for Remote MCP:
{ "mcpServers": { "airtable-remote": { "transport": "sse", "url": "https://your-app.zeabur.app/mcp", "headers": { "Authorization": "Bearer your-secret-token" } } } }
Security Note: When using remote deployment, always:
- Set a strong
MCP_AUTH_TOKEN
- Use HTTPS only
- Keep your API keys secure in Zeabur's environment variables
- Never commit secrets to your repository
Available Tools
list_bases
List all available Airtable bases.
list_tables
List all tables in a specific base.
Parameters:
baseId
(optional): The base ID. Uses default if not specified.
get_records
Retrieve records from a table with optional filtering and sorting.
Parameters:
tableName
(required): The name of the tablebaseId
(optional): The base IDview
(optional): View name or IDmaxRecords
(optional): Maximum number of records to returnfilterByFormula
(optional): Airtable formula for filteringsort
(optional): Array of sort configurationsfields
(optional): Array of field names to return
create_record
Create a new record in a table.
Parameters:
tableName
(required): The name of the tablefields
(required): Object containing field valuesbaseId
(optional): The base ID
update_record
Update an existing record.
Parameters:
tableName
(required): The name of the tablerecordId
(required): The ID of the record to updatefields
(required): Object containing fields to updatebaseId
(optional): The base ID
delete_record
Delete a record from a table.
Parameters:
tableName
(required): The name of the tablerecordId
(required): The ID of the record to deletebaseId
(optional): The base ID
get_schema
Get the schema information for a base.
Parameters:
baseId
(optional): The base ID
upload_attachment
Upload a file to S3 and get a URL formatted for Airtable attachment fields. Requires AWS S3 configuration.
Parameters:
filePath
(optional): Local file path to uploadbase64Data
(optional): Base64 encoded file datafilename
(required with base64Data): Filename for the attachmentcontentType
(optional): MIME type of the file
Returns:
url
: Public URL of the uploaded filefilename
: Name of the filesize
: File size in bytestype
: MIME type
Example usage with create_record:
// First upload the file
const attachment = await upload_attachment({ filePath: '/path/to/image.jpg' });
// Then create/update record with attachment field
await create_record({
tableName: 'Products',
fields: {
'Name': 'Product Name',
'Images': [{ url: attachment.url, filename: attachment.filename }]
}
});
Development
Running Tests
npm test
Type Checking
npm run type-check
Linting
npm run lint
Examples
Getting Records with Filtering
{
"tool": "get_records",
"arguments": {
"tableName": "Contacts",
"filterByFormula": "AND({Status} = 'Active', {Age} > 25)",
"sort": [{ "field": "Name", "direction": "asc" }],
"maxRecords": 50
}
}
Creating a Record
{
"tool": "create_record",
"arguments": {
"tableName": "Contacts",
"fields": {
"Name": "John Doe",
"Email": "john@example.com",
"Status": "Active"
}
}
}
License
MIT
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。