/
Read and write access to Airtable database schemas, tables, and records.
Server configuration and capabilities from the MCP manifest
Size: 4,328 bytes (1,082 tokens)
Tools Found: 13
Analysis ID: bleru7oq
A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.
{ "server.json": { "name": "io.github.domdomegg/airtable-mcp-server", "status": "active", "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "version": "{{VERSION}}", "packages": [ { "version": "{{VERSION}}", "transport": { "type": "stdio" }, "identifier": "airtable-mcp-server", "runtime_hint": "npx", "registry_type": "npm", "environment_variables": [ { "name": "AIRTABLE_API_KEY", "is_secret": true, "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 } ] }, { "version": "{{VERSION}}", "transport": { "type": "stdio" }, "identifier": "domdomegg/airtable-mcp-server", "runtime_hint": "docker", "registry_type": "oci", "environment_variables": [ { "name": "AIRTABLE_API_KEY", "is_secret": true, "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 } ] }, { "version": "{{VERSION}}", "transport": { "type": "stdio" }, "identifier": "https://github.com/domdomegg/airtable-mcp-server/releases/download/v{{VERSION}}/airtable-mcp-server.mcpb", "file_sha256": "{{MCPB_FILE_SHA256}}", "registry_type": "mcpb" } ], "repository": { "url": "https://github.com/domdomegg/airtable-mcp-server.git", "source": "github" }, "description": "Read and write access to Airtable database schemas, tables, and records." }, "manifest.json": { "icon": "icon.png", "name": "airtable-mcp-server", "tools": [ { "name": "list_records", "description": "List records from a table" }, { "name": "search_records", "description": "Search for records containing specific text" }, { "name": "list_bases", "description": "List all accessible Airtable bases" }, { "name": "list_tables", "description": "List all tables in a specific base" }, { "name": "describe_table", "description": "Get detailed information about a specific table" }, { "name": "get_record", "description": "Get a specific record by ID" }, { "name": "create_record", "description": "Create a new record in a table" }, { "name": "update_records", "description": "Update up to 10 records in a table" }, { "name": "delete_records", "description": "Delete records from a table" }, { "name": "create_table", "description": "Create a new table in a base" }, { "name": "update_table", "description": "Update a table's name or description" }, { "name": "create_field", "description": "Create a new field in a table" }, { "name": "update_field", "description": "Update a field's name or description" } ], "author": { "url": "https://github.com/domdomegg", "name": "Adam Jones (domdomegg)" }, "server": { "type": "node", "mcp_config": { "env": { "AIRTABLE_API_KEY": "${user_config.api_key}" }, "args": [ "${__dirname}/dist/index.js" ], "command": "node" }, "entry_point": "dist/index.js" }, "license": "MIT", "support": "https://github.com/domdomegg/airtable-mcp-server/issues", "version": "{{VERSION}}", "homepage": "https://github.com/domdomegg/airtable-mcp-server", "keywords": [ "airtable", "database", "mcp", "api", "automation", "productivity" ], "repository": { "url": "https://github.com/domdomegg/airtable-mcp-server.git", "type": "git" }, "description": "Read and write access to Airtable databases via the Model Context Protocol", "user_config": { "api_key": { "type": "string", "title": "Airtable API Key", "required": true, "sensitive": true, "description": "Your Airtable personal access token. Should have at least schema.bases:read and data.records:read permissions, and optionally the corresponding write permissions." } }, "display_name": "Airtable MCP Server", "compatibility": { "runtimes": { "node": ">=16.0.0" }, "platforms": [ "darwin", "win32", "linux" ], "claude_desktop": ">=0.10.0" }, "documentation": "https://github.com/domdomegg/airtable-mcp-server#readme", "long_description": "A comprehensive Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records. Features include listing, searching, creating, updating, and deleting records, managing tables and fields, and accessing schema information as resources. Disclaimers: This is a third-party server, not developed by Airtable. Airtable and the Airtable trademark are registered trademarks of Formagrid Inc dba Airtable.", "manifest_version": "0.1" } }
Stars
Forks
Registry ID: c4d153eb-b252-4e8e-832b-fe3684fe47ec
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Historical performance and growth metrics over time
Watchers
Contributors