Airtable MCP Server
@felores
关于 Airtable MCP Server
An MCP server for interacting with Airtable - create, list, and search records, bases, and tables.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"airtable": {
"command": "node",
"args": [
"/path/to/airtable-mcp-server/dist/index.js"
],
"env": {
"AIRTABLE_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Airtable MCP Server?
An MCP server that bridges AI models with Airtable databases, enabling record creation, table listing, and data searches via the Model Context Protocol. Designed for developers integrating large language models with Airtable.
How to use Airtable MCP Server?
Install Node.js v16+, clone the repo, install dependencies, configure .env with your Airtable API key, build, then start with npm start. Integrate with Claude Desktop by adding a server configuration in claude_desktop_config.json.
Key features of Airtable MCP Server
- List accessible bases and view table schemas
- Create, list, and search records with Airtable formulas
- Secure API key management and rate limiting
- Input validation and comprehensive error handling
- TypeScript support with robust test suite
- Configurable request timeout and pagination
Use cases of Airtable MCP Server
- Let an AI assistant create or update records in an Airtable base
- Search Airtable data via natural language through an LLM
- Automate data retrieval from multiple Airtable tables in a workflow
- Enable AI tools to browse available bases and table structures
FAQ from Airtable MCP Server
What is the difference between Airtable MCP Server and the standard Airtable API?
The server wraps the Airtable API for use with the Model Context Protocol, making it accessible to MCP-compatible AI models (like Claude) without custom integration code.
What are the runtime requirements?
Node.js v16 or higher, npm or yarn, and a valid Airtable API key.
Where are data and configuration stored?
Data stays in Airtable; the server holds no persistent data. Configuration is set via environment variables in a .env file.
What are the known limits?
Rate limiting defaults to 5 requests per minute (configurable), maximum 100 records per request, and a 30-second request timeout.
What transports or authentication does the server use?
The server uses MCP stdio transport for local communication. Authentication is via an Airtable API key passed as an environment variable.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论