houdini-mcp-server

Kif11/houdini-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated today
Control Houdini from AI assistants via the Model Context Protocol (MCP)
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": {
    "houdini-mcp-server": {
      "command": "uvx",
      "args": [
        "houdini-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install houdini-mcp-server