ShotGrid MCP Server
ShotGrid MCP Server is a high-performance implementation of the Model Context Protocol (MCP) for Autodesk ShotGrid. It provides a standardized way for LLMs to interact with your ShotGrid data and functionality, enabling AI assistants to help with production tracking, asset management, and more.What is MCP?
The Model Context Protocol lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. It is often described as “the USB-C port for AI”, providing a uniform way to connect LLMs to resources they can use. MCP servers can:- Expose data through
Resources
(think of these as GET endpoints; they are used to load information into the LLM’s context) - Provide functionality through
Tools
(like POST endpoints; they are used to execute code or produce side effects) - Define interaction patterns through
Prompts
(reusable templates for LLM interactions)