AgentHubAgentHub

Airtable User MCP

MCP ServerMCP Registry官方收录

io.github.Automations-Project/airtable-user-mcp · v2.1.1

Manage Airtable bases: schema, field CRUD, views, formula validation, extensions

概览

Airtable User MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

AIRTABLE_HEADLESS_ONLY可选

Headless auth (no browser UI)

AIRTABLE_NO_BROWSER可选

Force manual session mode

AIRTABLE_USER_MCP_HOME可选

Override config directory

相关资源

统一 Manifest

{
  "id": "io.github.Automations-Project/airtable-user-mcp",
  "type": "mcp-server",
  "version": "2.1.1",
  "displayName": "Airtable User MCP",
  "description": "Manage Airtable bases: schema, field CRUD, views, formula validation, extensions",
  "repository": {
    "url": "https://github.com/Automations-Project/VSCode-Airtable-Formula",
    "source": "github"
  },
  "homepage": "https://github.com/Automations-Project/VSCode-Airtable-Formula/tree/main/packages/mcp-server",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "airtable-user-mcp",
        "version": "2.1.1",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AIRTABLE_HEADLESS_ONLY",
            "description": "Headless auth (no browser UI)"
          },
          {
            "name": "AIRTABLE_NO_BROWSER",
            "description": "Force manual session mode"
          },
          {
            "name": "AIRTABLE_USER_MCP_HOME",
            "description": "Override config directory"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Automations-Project/airtable-user-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Automations-Project%2Fairtable-user-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Airtable User MCP — MCP Server 安装与配置 · AgentHub