Live2D Assistant
About
Live2d Assistant is an extensive assistant application with mcp server and multi-agent support.
Details
- Author
- wwbweibo
- GitHub stars
- 11
- Downloads
- 304
- Categories
- AI
Jump to
- Custom Live2D models with adjustable position, scale, and background.
- Multi-LLM integration (Qwen, OpenAI, Gemini, etc.) with context-aware conversations.
- Multi-agent system using Router Agent and expert agents for task delegation.
- Web (Vite+Vue3) and Electron desktop support, switchable in one codebase.
- Rich settings including assistant name, system prompt, model parameters, and background.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Live2D AssistantCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the frontend (cd live2d-assistant-fe, npm install, npm run dev), the backend (cd live2d-assistant-server, uv sync, uv run fastapi run main.py), and optionally the Electron desktop app (cd electron-live2d, npm install, npm run start). The frontend dev server runs on localhost:5173, backend on port 8000.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"live2d assistant": {
"live2d-assistant": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"live2d-assistant": {
"command": "uv",
"args": [
"sync"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

