mcp.film / Production Ops / Airtable MCP Server
Airtable MCP Server
Official hosted Airtable MCP: query, create, and update production-tracking bases.
What it does
Airtable's official remote MCP server lets agents search bases, read schemas, filter/sort records, create and update rows, and read interface pages — ideal for shot trackers, casting sheets, asset libraries, and budgets. OAuth via Dynamic Client Registration (or a personal access token), and it enforces each user's existing Airtable permissions.
Connect
https://mcp.airtable.com/mcp
claude mcp add --transport http airtable https://mcp.airtable.com/mcp
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.airtable.com/mcp"
]
}
}
}
{
"mcpServers": {
"airtable": {
"url": "https://mcp.airtable.com/mcp"
}
}
}
Tools you'll see
search_baseslist_tables_for_baseget_table_schemalist_records_for_tablesearch_recordscreate_records_for_tableupdate_records_for_tablecreate_tableField notes
Tool names verified directly against the live official server. Permissions-aware (read-only access stays read-only via MCP). Community stdio alternative: domdomegg/airtable-mcp-server (447 stars, npx airtable-mcp-server with a PAT).
Pairs well with
Mux MCP ServerMux
Official
Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Vimeo MCP ServerVimeo
Official
Official beta MCP connecting your Vimeo video library to AI agents.