HOOPS_AI-MCP

toshi-bata/HOOPS_AI-MCP
★ 0 stars Python API Integration Updated 1d ago
HOOPS AI MCP Server and WebAPI
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hoops_ai-mcp": {
      "command": "uvx",
      "args": [
        "hoops-ai-mcp"
      ]
    }
  }
}

Or install with pip: pip install hoops-ai-mcp

README Excerpt

A solution combining the HOOPS AI WebAPI server and MCP server. ``` HOOPS_AI-MCP/ ├── webapi/ # FastAPI-based REST API (HOOPS AI WebAPI) └── mcp_server/ # MCP server for Claude integration ``` FastAPI server exposing HOOPS AI capabilities (MFR search, CAD Viewer). See [webapi/README.md](webapi/README.md) for setup and usage.