Serversio.github.domdomegg/airtable-mcp-server
S

Airtable

io.github.domdomegg/airtable-mcp-server · v1.13.0
▦ npm
v1.13.0npm npm: airtable-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.domdomegg/airtable-mcp-server",
  "description": "Read and write access to Airtable database schemas, tables, and records.",
  "title": "Airtable",
  "repository": {
    "url": "https://github.com/domdomegg/airtable-mcp-server.git",
    "source": "github"
  },
  "version": "1.13.0",
  "websiteUrl": "https://github.com/domdomegg/airtable-mcp-server#readme",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/domdomegg/airtable-mcp-server/refs/heads/master/icon.png",
      "mimeType": "image/png"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "airtable-mcp-server",
      "version": "1.13.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.13.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.13.0/airtable-mcp-server.mcpb",
      "version": "1.13.0",
      "fileSha256": "3febf9f5e57c6493cda1fc3ae5132e543916f9945b799342fed4d3a5b08a4974",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}