ShotGrid MCP Server depends on the ShotGrid Python API. The latest versions don’t have published wheel files, so you’ll need to install it directly from GitHub:
Copy
# Using uvuv pip install git+https://github.com/shotgunsoftware/python-api.git@v3.4.0# Using pippip install git+https://github.com/shotgunsoftware/python-api.git@v3.4.0