Connector guide1-minute readEN · DE · IT

如何将 Airtable 连接到 Claude — 通过 MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

HCBy HelpCode team更新于 1 min read 在 GitHub 开源

无需信用卡 · 7 天试用 · 提供自托管方案

  • 7 天免费试用
    无需信用卡
  • GDPR & SOC 2 ready
    数据驻留欧盟,审计日志
  • 在 GitHub 开源
    开源 · AGPL-3.0
  • 支持 ChatGPT、Claude、Gemini
    任何兼容 MCP 的客户端

跳过安装。2 分钟内即可运行。

cloud.anythingmcp.com 开始免费试用,一键添加 connector,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。

开始免费试用

Summary

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

💡 无需安装? 直接使用 cloud.anythingmcp.com 登录、点击 Connectors → Airtable、粘贴凭证、生成 MCP API key — 完成。无 Docker、无 git clone、无本地服务器。

Airtable + Claude

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

前提条件

完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:

AIRTABLE_PERSONAL_ACCESS_TOKEN

步骤 1 — 获取凭证

Setup:

  1. Create a Personal Access Token at https://airtable.com/create/tokens.
  2. Grant only the data.records:read and schema.bases:read scopes.
  3. Restrict the token's access to only the bases this connector must read.
  4. Set AIRTABLE_PERSONAL_ACCESS_TOKEN.

Authentication: Authorization: Bearer ${AIRTABLE_PERSONAL_ACCESS_TOKEN}. Use a scoped Personal Access Token, not a legacy API key.

Discovery order: call airtable_list_bases, then airtable_list_tables with a base ID to find table IDs, names, fields, and views. Use a table ID when possible because names can change.

…(continued in the in-app connector instructions)

步骤 2 — 安装 adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

步骤 3 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需触碰任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "Add custom connector"
  3. 填入:
    • Name: Airtable
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → 粘贴你的 MCP API key (来自 AnythingMCP → Profile → MCP API Keys → New Key)
  4. 点击 Connect 授权。

下面所有工具都会出现在你的聊天中 — 开始输入提示。

可用工具

ToolWhat it does
airtable_list_basesList bases accessible to the Personal Access Token
airtable_list_tablesList a base's table schemas, including table IDs, names, fields, and views
airtable_list_recordsList records from a table
airtable_get_recordGet one record by ID from a table, for example record ID recABC123DEF456

FAQ

Claude Code 和 Claude Desktop 一样工作吗? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对你有帮助吗?

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

相关指南

AI
connectors

Airtable 接入 MCP — 从任意 AI 代理驱动 Airtable

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

如何将 Airtable 连接到 ChatGPT — 通过 MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

如何将 Airtable 连接到 Cursor — 通过 MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

如何将 Airtable 连接到 Gemini — 通过 MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

DB
connectors

如何将 Deutsche Bahn Timetables API 连接到 Claude — 通过 MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

connectors

如何将 Deutsche Bahn Fahrplan 连接到 Claude — 通过 MCP

German train timetable with live delays: search stations, list departures and arrivals with real-time delay, track and cancellation status, and plan journeys between any two stations. Runs on MOTIS over the open gtfs.de timetable (ICE, IC, EC, regional trains, S-Bahn) — no bahn.de scraping, no API key.