shotgrid-mcp-server

loonghao/shotgrid-mcp-server
★ 56 stars Python 📊 Data/Analytics Updated today
A Model Context Protocol (MCP) server for Autodesk ShotGrid/Flow Production Tracking (FPT) with comprehensive CRUD operations and data management capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shotgrid-mcp-server": {
      "command": "uvx",
      "args": [
        "shotgrid-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install shotgrid-mcp-server