kitsu-mcp-server

INGIPSA/kitsu-mcp-server
★ 8 stars Python 🤖 AI/LLM Updated 10d ago
MCP server for Kitsu production management — connect AI assistants to your animation/VFX/game pipeline
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": {
    "kitsu-mcp-server": {
      "command": "uvx",
      "args": [
        "kitsu-mcp-server"
      ]
    }
  }
}

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