MCP server for Kitsu production management — connect AI assistants to your animation/VFX/game pipeline
{
"mcpServers": {
"kitsu-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Kitsu production management — connect AI assistants to your animation/VFX/game pipeline
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 1 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Kitsu Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that connects AI assistants like Claude to Kitsu — the open-source production management tool for animation, VFX, and game studios.
Built with FastMCP and the Gazu Python client.
71 tools covering the full Kitsu production pipeline:
| Category | Tools | |----------|-------| | Projects | List, overview, stats, create, close | | Assets | List, details, create, update, delete, asset types, CSV import/export | | Shots & Sequences | List, details, create, update, delete, batch create, CSV import/export, OTIO import | | Tasks | List, details, create, batch create, assign, update status, set estimates, delete | | Time Tracking | Add, set, get time spent | | Comments | Add comments, list comment history | | Previews | Upload preview, publish preview (status + comment + file in one) | | Casting | Get/set shot casting, get asset casting | | Team & People | List team, person tasks, create person, departments | | Playlists | List, create, add entities, build movie | | Budgets | List, create budgets and budget entries | | Concepts | List, create concepts | | Edits | List, create edits | | Scenes | List, create scenes | | Metadata | List and add custom metadata descriptors | | Other | Search, notifications, task statuses, daily progress report |
git clone https://github.com/INGIPSA/kitsu-mcp-server.git
cd kitsu-mcp-server
pip install -r requirements.txt
The server requires three environment variables:
| Variable | Description | Example |
|----------|-------------|---------|
| KITSU_HOST | Your Kitsu API URL | https://kitsu.yourstudio.com/api |
| KITSU_USER | Login email | artist@yourstudio.com |
| KITSU_PASSWORD | Login password | your-password |
Add to your Claude Code MCP config (~/.claude/claude_desktop_config.json or project-level .mcp.json):
{
"mcpServers": {
"kitsu": {
"command": "python",
"args": ["path/to/kitsu-mcp-server/server.py"],
"env": {
"KITSU_HOST": "https://kitsu.yourstudio.com/api",
"KITSU_USER": "your-email@example.com",
"KITSU_PASSWORD": "your-password"
}
}
}
}
Add the same config block to Claude Desktop's settings under MCP servers.
export KITSU_HOST="https://kitsu.yourstudio.com/api"
export KITSU_USER="your-email@example.com"
export KITSU_PASSWORD="your-password"
python server.py
Once connected, you can ask your AI assistant things like:
list_projects — List all open projectsget_project_overview — Project overview with team, task types, asset typesget_project_stats — Task statistics grouped by statuslist_assets — List assets (optionally filtered by type)get_asset_details — Asset details with taskslist_sequences — List sequenceslist_shots — List shots (optionally filtered by sequence)get_shot_details — Shot details with tasks and castinglist_my_tasks — Tasks assigned to logged-in userlist_tasks_for_entity — Tasks for a