Token导航 LogoToken导航TokenDH.com
AI
数据服务HTTP官方级别未说明来源级核验

Airtable (verified)

MCP Server

Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfa…

工具数

公开资料未说明
JavaScriptHTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:26

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add airtable

详细介绍

Airtable (verified)

Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfa…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add airtable

# Browse available tools
npx -y smithery tool list airtable

# Get full schema for a tool
npx -y smithery tool get airtable ping

# Call a tool
npx -y smithery tool call airtable ping '{}'

Direct MCP Connection

Endpoint: https://airtable.run.tools

Tools (23)

  • ping — Ping the MCP server to check if it is running
  • list_bases — Lists all bases that you have access to in your Airtable account.
  • list_workspaces — Lists all workspaces the current user has access to, along with their permission level in each.
  • search_bases — Searches for bases by name.
  • list_tables_for_base — Gets the summary of a specific base. This includes the schemas of all tables in the
  • get_table_schema — Gets the detailed schema information for specified tables and fields in a base.
  • list_records_for_table — Lists records queried from an Airtable table.
  • list_record_comments — Lists comments on a specific Airtable record, ordered from newest to oldest.
  • create_record_comment — Creates a comment on a specific Airtable record.
  • create_records_for_table — Creates new records in an Airtable table.
  • update_records_for_table — Updates records in an Airtable table.
  • delete_records_for_table — Deletes records from an Airtable table.
  • create_base — Creates a new Airtable base with the specified tables and fields.
  • create_table — Creates a new table in an Airtable base.
  • update_table — Updates an existing table's name and/or description in an Airtable base.
  • create_field — Creates a new field in an existing Airtable table.
  • update_field — Updates the name, description, and/or options of a field in an existing Airtable table.
  • list_records_for_page — Lists records from an interface page. Pages may display data from one table (simple pages)
  • list_pages_for_base — Lists all interfaces and their pages for a base.
  • get_record_for_page — Gets a single record's details from an interface page element.
  • search_records — Searches for records in a table using a free-text query. Uses an optimized full-text index that supports fuzzy matching…
  • get_additional_instructions — IMPORTANT: Before using this MCP server, you MUST call get_additional_instructions. It returns required context for wor…
  • report_missing_capability — Reports a missing capability to the Airtable MCP server so new tools can be prioritized.
# Get full input/output schema for a tool
npx -y smithery tool get airtable 

目录标签

目录标签

JavaScriptHTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP