← Back to Plugins
MCP Server MCP

Airtable

github By github 👁 1 views ▲ 0 votes

Read and write access to Airtable database schemas, tables, and records.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "airtable-mcp-server",
      "version": "1.14.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Airtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.",
          "isRequired": true,
          "isSecret": true,
          "name": "AIRTABLE_API_KEY"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/domdomegg/airtable-mcp-server:1.14.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Airtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.",
          "isRequired": true,
          "isSecret": true,
          "name": "AIRTABLE_API_KEY"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/domdomegg/airtable-mcp-server/releases/download/v1.14.0/airtable-mcp-server.mcpb",
      "version": "1.14.0",
      "fileSha256": "6fefcede87b1a3c6c8d1a6527226867d3842f497fff8371cbedbd27c278efe08",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm oci mcpb

Comments

Sign in to leave a comment

Loading comments...