server.json•1.94 kB
{
"$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"
}
}
]
}