HydrusMCPServer

TheElo/HydrusMCPServer
★ 12 stars Python 🤖 AI/LLM Updated 14d ago
A MCP Server for Hydrus Network. Connecting your LLM to a inticate and very powerfule media manager with sophisticated tags managementen and features.
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": {
    "hydrusmcpserver": {
      "command": "uvx",
      "args": [
        "hydrusmcpserver"
      ]
    }
  }
}

Or install with pip: pip install hydrusmcpserver