A Model Context Protocol (MCP) server for Autodesk ShotGrid/Flow Production Tracking (FPT) with comprehensive CRUD operations and data management capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"shotgrid-mcp-server": {
"command": "uvx",
"args": [
"shotgrid-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add shotgrid-mcp-server uvx shotgrid-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"shotgrid-mcp-server": {
"command": "uvx",
"args": [
"shotgrid-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install shotgrid-mcp-server