Shotgrid
A Model Context Protocol (MCP) server for Autodesk ShotGrid/Flow Production Tracking (FPT) with comprehensive CRUD operations and data management capabilities.
What is Shotgrid?
Shotgrid is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server for autodesk shotgrid/flow production tracking (fpt) with comprehensive crud operations and data management capabilities.
A Model Context Protocol (MCP) server for Autodesk ShotGrid/Flow Production Tracking (FPT) with comprehensive CRUD operations and data management capabilities.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol (MCP) server for Autodesk ShotGrid/
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx shotgridConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Shotgrid
The ShotGrid MCP Server connects AI assistants to Autodesk ShotGrid (Flow Production Tracking), enabling full CRUD operations on production data including shots, assets, tasks, playlists, and notes. It supports batch processing for bulk updates, thumbnail media management, and direct access to the ShotGrid REST API — making it an essential tool for studios that want to automate project tracking workflows through natural language. Teams can query shot status, create playlists, and update task assignments without leaving their AI assistant.
Prerequisites
- Python 3.10 or higher with uv or pip installed
- An Autodesk ShotGrid or Flow Production Tracking account
- A ShotGrid Script Name and Script Key (created in ShotGrid Admin → Scripts)
- Your ShotGrid instance URL (e.g., https://your-site.shotgunstudio.com)
- An MCP-compatible client such as Claude Desktop or Cursor
Install the ShotGrid MCP Server
Install the package using uv (recommended) or pip. Using uv ensures isolated dependency management and faster installs.
uv pip install shotgrid-mcp-serverCreate a ShotGrid Script credential
Log in to your ShotGrid site as an admin, navigate to Admin → Scripts, and create a new Script. Copy the Script Name and Script Key — these are your authentication credentials for the MCP server.
Set environment variables
Export the three required environment variables before starting the server. These tell the server which ShotGrid instance to connect to and how to authenticate.
export SHOTGRID_URL="https://your-site.shotgunstudio.com"
export SHOTGRID_SCRIPT_NAME="your-script-name"
export SHOTGRID_SCRIPT_KEY="your-script-key"Configure your MCP client
Add the server to your Claude Desktop or Cursor configuration file. The server runs over stdio by default, which is the standard transport for desktop MCP clients.
{
"mcpServers": {
"shotgrid": {
"command": "uvx",
"args": ["shotgrid-mcp-server"],
"env": {
"SHOTGRID_URL": "https://your-site.shotgunstudio.com",
"SHOTGRID_SCRIPT_NAME": "your-script-name",
"SHOTGRID_SCRIPT_KEY": "your-script-key"
}
}
}
}Verify the connection
Restart your MCP client and check that the ShotGrid server appears as connected. You can test it by asking a simple question about your projects.
(Optional) Run as HTTP server for remote access
For team or remote deployments, you can run the server in HTTP transport mode, exposing it on a network port instead of stdio.
uvx shotgrid-mcp-server http --host 0.0.0.0 --port 8000Shotgrid Examples
Client configuration
Add this block to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"shotgrid": {
"command": "uvx",
"args": ["shotgrid-mcp-server"],
"env": {
"SHOTGRID_URL": "https://your-site.shotgunstudio.com",
"SHOTGRID_SCRIPT_NAME": "mcp-script",
"SHOTGRID_SCRIPT_KEY": "abcdef1234567890abcdef1234567890"
}
}
}
}Prompts to try
Natural language prompts you can use once the server is connected
- "Find all shots updated in the last week in the 'Neon City' project and show me their statuses"
- "Create a playlist called 'Daily Renders - June 14' and add the latest versions from Shot 0010"
- "Add a note to Shot 0020 saying the lighting in the background needs to be warmer"
- "List all tasks assigned to me that are marked as In Progress"
- "Update the status of all shots in Sequence 03 to Final"
- "Show me all assets of type Character in the current project"Troubleshooting Shotgrid
Authentication error: 'AuthenticationFault' or 'Invalid script credentials'
Double-check that SHOTGRID_SCRIPT_NAME matches the exact script name in ShotGrid Admin → Scripts (it is case-sensitive), and that SHOTGRID_SCRIPT_KEY is the key shown at creation time. Script keys cannot be retrieved after initial creation — if lost, create a new script.
Server starts but returns empty results for all queries
Verify that the SHOTGRID_URL does not have a trailing slash and uses https://. Also confirm the script has appropriate permissions in ShotGrid Admin — it needs read access to the entity types you're querying.
'uvx' command not found when starting the server
Install uv first with: curl -LsSf https://astral.sh/uv/install.sh | sh, then restart your shell. Alternatively, use pip install shotgrid-mcp-server and replace 'uvx' with the full path to the installed entry point.
Frequently Asked Questions about Shotgrid
What is Shotgrid?
Shotgrid is a Model Context Protocol (MCP) server that model context protocol (mcp) server for autodesk shotgrid/flow production tracking (fpt) with comprehensive crud operations and data management capabilities. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Shotgrid?
Follow the installation instructions on the Shotgrid GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Shotgrid?
Shotgrid works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Shotgrid free to use?
Yes, Shotgrid is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Shotgrid Alternatives — Similar Business Applications Servers
Looking for alternatives to Shotgrid? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Shotgrid in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Shotgrid?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.