Back to Home
loonghao icon

shotgrid-mcp-server

by loonghao

Overview

Enables AI assistants to seamlessly access and interact with Autodesk ShotGrid (Flow Production Tracking) data through the Model Context Protocol (MCP).

Installation

Run Command
uvx shotgrid-mcp-server

Environment Variables

  • SHOTGRID_URL
  • SHOTGRID_SCRIPT_NAME
  • SHOTGRID_SCRIPT_KEY
  • SHOTGRID_CUSTOM_ENTITY_TYPES
  • ENTITY_TYPES

Security Notes

The `download_file` utility function includes fallback mechanisms that explicitly disable SSL/TLS certificate verification (`requests` with `verify=False` and `urllib` with `ssl.CERT_NONE`) and attempts to force older, less secure TLS protocols (TLSv1). This is a critical security risk as it makes the server vulnerable to Man-in-the-Middle attacks when downloading files, even if intended as a fallback for robustness. API keys are handled via environment variables or HTTP headers, which is a standard practice, but the insecure download mechanism is a major concern. Deployment documentation correctly advises using HTTPS in production.

Similar Servers

Stats

Interest Score42
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars34
Forks9
Last Update2025-12-13

Tags

AI IntegrationShotGridMCP ServerProduction TrackingAPI Bridge