Skip to main content
Glama

Airtable MCP Server

by clikvn
server.json1.86 kB
{ "$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.", "repository": { "url": "https://github.com/domdomegg/airtable-mcp-server.git", "source": "github" }, "version": "{{VERSION}}", "packages": [ { "registryType": "npm", "identifier": "airtable-mcp-server", "version": "{{VERSION}}", "runtimeHint": "npx", "environmentVariables": [ { "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.", "isRequired": true, "isSecret": true } ], "transport": { "type": "stdio" } }, { "registryType": "oci", "identifier": "docker.io/domdomegg/airtable-mcp-server:{{VERSION}}", "environmentVariables": [ { "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.", "isRequired": true, "isSecret": true } ], "transport": { "type": "stdio" } }, { "registryType": "mcpb", "identifier": "https://github.com/domdomegg/airtable-mcp-server/releases/download/v{{VERSION}}/airtable-mcp-server.mcpb", "version": "{{VERSION}}", "fileSha256": "{{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/clikvn/airtable_mcp'

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