- Step1: Obtain your ShotGrid host URL, client ID, and client secret.
- Step2: Run the MCP server using the command: uv run --directory {REPO_DIR} main.py -host https://your-shotgrid-url -ci your_client_id -cs your_client_secret.
- Step3: Ensure the server is running and accessible via MCP.
- Step4: Integrate with your LLM or automation scripts to call the available MCP tools for querying and managing ShotGrid data.
- Step5: Use the exposed functions such as get_all_projects(), get_all_assets_in_project() etc., in your workflows.