fpt-mcp

abrahamADSK/fpt-mcp
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for Autodesk Flow Production Tracking — full ShotGrid API access with RAG search, anti-hallucination safety, and self-learning
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": {
    "fpt-mcp": {
      "command": "uvx",
      "args": [
        "fpt-mcp"
      ]
    }
  }
}

Or install with pip: pip install fpt-mcp