Skip to main content
Glama

airtable-mcp-server

{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.domdomegg/airtable-mcp-server", "description": "Read and write access to Airtable database schemas, tables, and records.", "status": "active", "repository": { "url": "https://github.com/domdomegg/airtable-mcp-server.git", "source": "github" }, "version": "{{VERSION}}", "packages": [ { "registry_type": "npm", "identifier": "airtable-mcp-server", "version": "{{VERSION}}", "runtime_hint": "npx", "environment_variables": [ { "name": "AIRTABLE_API_KEY", "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.", "is_required": true, "is_secret": true } ], "transport": { "type": "stdio" } }, { "registry_type": "oci", "identifier": "domdomegg/airtable-mcp-server", "version": "{{VERSION}}", "runtime_hint": "docker", "environment_variables": [ { "name": "AIRTABLE_API_KEY", "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.", "is_required": true, "is_secret": true } ], "transport": { "type": "stdio" } }, { "registry_type": "mcpb", "identifier": "https://github.com/domdomegg/airtable-mcp-server/releases/download/v{{VERSION}}/airtable-mcp-server.mcpb", "version": "{{VERSION}}", "file_sha256": "{{MCPB_FILE_SHA256}}", "transport": { "type": "stdio" } } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/domdomegg/airtable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server