MCP.so
登录

Airtable Mcp Server

@Automations-Project

关于 Airtable Mcp Server

VS Code extension and MCP server for Airtable, formula editor, schema tools, and 60+ automation utilities for bases, views, and fields.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

Automations-Project

提交者

A.R.H.A.E.E.M

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-user-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Airtable Mcp Server?

Airtable Mcp Server (package airtable-user-mcp) is a community-maintained MCP server that provides 66 tools by using Airtable’s internal API — the same one the web UI uses. It is designed to complement the official Airtable MCP server, covering schema, views, fields, extensions, and templates that the official REST API cannot access. It authenticates via a normal Airtable account with browser-based login (SSO/2FA supported) and stores credentials in the OS keychain.

How to use Airtable Mcp Server?

Run npx -y airtable-user-mcp login for a one-time browser login. Then add it to your MCP client’s mcpServers configuration, for example:

{
  "mcpServers": {
    "airtable-user-mcp": {
      "command": "npx",
      "args": ["-y", "airtable-user-mcp"]
    }
  }
}

Use it alongside the official Airtable MCP to get full coverage; the server runs locally over stdio.

Key features of Airtable Mcp Server

  • 66 tools covering schema, views, fields, extensions, templates
  • Browser-based login with SSO/2FA, credentials in OS keychain
  • Full schema read including view filters, sorts, groups, descriptions
  • Create formula, rollup, lookup, and count fields
  • Create and configure all view types (grid, form, kanban, etc.)
  • Duplicate records, views, and fields safely
  • Validate formulas before applying them
  • Tool profiles: read‑only, safe‑write, full, custom

Use cases of Airtable Mcp Server

  • Extend an AI assistant’s Airtable capabilities beyond the official REST API limits
  • Create or modify schema elements (fields, views) that the REST API does not support
  • Validate Airtable formulas locally before deploying to a base
  • Manage dashboards, extensions, sidebar sections, and record templates programmatically
  • Run two complementary MCP servers side‑by‑side for complete Airtable automation

FAQ from Airtable Mcp Server

How does it differ from the official Airtable MCP?

It is an additive, complementary server that uses Airtable’s internal API for schema, views, formulas, and extensions — areas the official REST API cannot reach. The official MCP handles records over HTTP; this server handles everything else over local stdio.

What transport does it use?

Stdio (local). Data never leaves your machine; requests are made directly to Airtable’s internal API.

How do I authenticate?

Run npx -y airtable-user-mcp login in a terminal. It opens a browser window for your normal Airtable login (supports SSO and 2FA). Credentials are stored in your OS keychain and auto‑refreshed.

What are the runtime dependencies?

Node.js via npx. No separate Airtable plan is required beyond being able to log in.

Are there safety guards for destructive actions?

Yes. Tools that rename, duplicate, or delete fields/views require an expectedName parameter to confirm the target, and a dependency preview is shown. A force flag can bypass the guard when needed.

评论

开发工具 分类下的更多 MCP 服务器