server.json•1.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"
}
}
]
}