Back to MCP directory
publicPublicdnsLocal runtime

airtable-mcp-config

Airtable MCP服务器配置与依赖项目录,支持通过Cursor与Airtable基础交互,包括列表、搜索、创建和更新记录。

article

README

🚀 空气表 MCP 服务器设置

本项目主要用于空气表模型上下文协议(MCP)服务器的配置和依赖管理,能助力用户实现与空气表基础数据表格的交互。

🚀 快速开始

配置

空气表 MCP 服务器借助游标 MCP 配置文件来完成配置,该文件的具体位置如下:

/Users/ali/.cursor/mcp.json

当前配置采用了以下内容:

  • 包:@felores/airtable-mcp-server
  • API 密钥:设置在环境变量中

使用说明

MCP 服务器支持通过游标与空气表基础数据表格进行交互,具备以下实用功能:

  • 列出基础数据表格和表单
  • 搜索并检索记录
  • 创建和更新记录

可用的基础数据表格

  • 练习项目(app7kCycwl3D0Gk1K)
  • 雅玛招聘跟踪器(appLSmEBg5GF7zgHK)
  • 招聘(app7y7JaIf5GyVw3k)
  • 申请人(appSWB6FoUBmQAyS2)
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client