Maid-MCP
An MCP server that gives Claude Desktop a maid personality, complete with a Japanese-accented voice, visual avatar, and speech recognition.
Maid-MCP š
A full-featured MCP (Model Context Protocol) server that gives Claude Desktop a maid personality codenamed Mimi with Japanese-accented voice, visual avatar presence, and speech recognition capabilities. Best used with a Claude Max plan, Opus 4 is very good about managing all the maid tools while coding things for you. This project is specifically meant to be for fun, not for productivity. There are already a million productivity mcp servers.
Features
- šµ Japanese-accented voice - Character voice using ja-JP neural voices, its part of her charm the voice is hard to understand. You can also have her change her voice at any time.
- š Visual avatar system - Interactive Mimi sprite with 16+ poses and animations
- š¤ Speech recognition - Talk to Mimi naturally with voice input
- š» Hidden audio playback - Voice plays without any windows appearing
- šÆ Audio queue system - Allows Mimi to speak multiple times rapidly without conflicts
- š® Interactive controls - Drag, hide, show, and animate the avatar
- š§ Full MCP integration - Voice and avatar tools work seamlessly with Claude Desktop
Quick Start
1. Install Dependencies
# Install Node.js dependencies (if not already done)
npm install
# Install Python dependencies for voice input
cd voice
install_voice_deps.bat
cd ..
# Install Python dependencies for avatar (if needed)
cd avatar
install_avatar_deps.bat
cd ..
2. Configure Claude Desktop
Add to your %APPDATA%\Claude\claude_desktop_config.json
:
{
"mcpServers": {
"maid": {
"command": "node",
"args": ["path/to/maid-mcp/maid-server.js"]
}
}
}
Replace path/to/maid-mcp
with the actual path where you cloned this repository.
3. Launch Everything
# Recommended: Use Python launcher for best process management
start_all_python.bat
# Alternative: Use enhanced batch launcher
start_all.bat
This automatically:
- ⨠Cleans up any existing processes
- š¤ Launches avatar display window
- š„ļø Starts avatar state server (port 3338)
- š¤ Opens voice input listener
4. Stop Everything
stop_all.bat
Voice Loop š¤āš¬āšāš
- You speak ā Microphone picks up voice
- Speech recognition ā Converts to text
- Ultra fast sender ā Sends to Claude Desktop
- Claude (Mimi) processes ā Understands and responds
- Voice synthesis ā Mimi speaks with Japanese accent
- Avatar reacts ā Visual feedback with animations
Available MCP Tools
Voice Tools š
Tool | Description | Parameters |
---|---|---|
speak | Convert text to speech | text , emotion (optional) |
list_voices | Get available voices | None |
set_voice | Change current voice | voiceId |
Emotions: neutral, happy, sad, excited, angry, shy
Avatar Tools š
Tool | Description | Parameters |
---|---|---|
show_avatar | Display avatar on screen | animation , x , y (all optional) |
hide_avatar | Hide avatar (keeps running) | None |
play_animation | Play animation or pose | id |
stop_animation | Stop current animation | None |
move_avatar | Reposition avatar | x , y |
create_animation | Create custom sequence | id , name , frames , fps , loop |
list_animations | List all animations | None |
list_poses | List available sprites | None |
Avatar Interaction
Action | Result |
---|---|
Right-click | Hide avatar (stays running) |
Double-click | Close avatar permanently |
Left-click | Cancel animation |
Drag | Move avatar (shows pick_up pose) |
ESC key | Close avatar permanently |
Project Structure
maid-mcp/
āāā maid-server.js # Main MCP server
āāā package.json # Node.js dependencies
āāā start_all_python.bat # Recommended launcher
āāā start_all.bat # Alternative launcher
āāā stop_all.bat # Stop all systems
ā
āāā voice/ # Voice system module
ā āāā outgoing/ # Text-to-speech engine
ā āāā incoming/ # Speech recognition
ā āāā README.md # Voice documentation
ā āāā [utility scripts] # Calibration & setup tools
ā
āāā avatar/ # Visual avatar system
ā āāā avatar_display.py # PyQt5 window
ā āāā avatar_state_server.py # Coordination server
ā āāā library/ # Sprite assets
ā ā āāā *.png # Sprite images
ā ā āāā animations/ # Animation definitions
ā āāā README.md # Avatar documentation
ā
āāā auto_claude/ # Claude Desktop automation
ā āāā ultra_fast_sender.py # Message sending
ā
āāā temp_voice/ # Temporary audio files
āāā junk/ # Archive of old implementations
āāā needed_poses.md # Wishlist for new sprites
Voice Configuration
Adjust Microphone Sensitivity
cd voice
adjust_sensitivity.bat
Recommended sensitivity values:
- Very Quiet Room: 1000-2000
- Normal Room: 2000-4000
- Office: 4000-6000
- Noisy: 6000-10000
Calibrate Microphone
cd voice
calibrate_voice.bat
Voice Settings
Edit voice/incoming/voice_config.ini
:
[recognition]
energy_threshold = 4000 # Microphone sensitivity
message_cooldown = 3.0 # Seconds between messages
Troubleshooting
Voice Input Not Working
- Check microphone permissions in Windows
- Run calibration to verify microphone levels
- Adjust energy_threshold if needed
- Ensure Python dependencies are installed
Multiple Avatar Windows
- Use
start_all_python.bat
for better process management - Run
stop_all.bat
before starting again - Check Task Manager for lingering Python processes
Audio Playback Issues
- Check
temp_voice/
folder for audio files - Verify Windows Media Player is installed
- Restart Claude Desktop if audio queue stuck
Avatar Not Appearing
- Verify port 3338 is free
- Check if sprites exist in
avatar/library/
- Look for avatar window behind other windows
Development Notes
Adding New Voices
Edit voice/outgoing/voiceConfig.js
to add more Edge TTS voices
Creating New Poses
- Add PNG file to
avatar/library/
- Use filename (without .png) as animation ID
Custom Animations
// Example: Create a greeting sequence
create_animation({
id: "greeting",
name: "Greeting Sequence",
frames: "idle,happy,love,idle",
fps: 2,
loop: false
})
Recent Updates
- v1.0.0 - Released to the world oh god what I have done. I am so sorry Claude.
Credits
- Avatar sprites from chatgpt 4o
- Voice synthesis using Microsoft Edge TTS
- Speech recognition via Google Speech API
License
MIT
Related Servers
Productive.io
Interact with the Productive.io API for project management and productivity tasks.
Todoist
Manage tasks and projects on Todoist using natural language.
Salesforce MCP
Interact with the Salesforce API using jsforce, requiring username and password for authentication.
MCP Conductor
An advanced MCP server for intelligent conversation context management and session continuity, requiring the Claude Desktop application and a Node.js environment.
Outlook Meetings Scheduler
Schedule meetings in Microsoft Outlook using the Microsoft Graph API.
Reclaim AI
Reclaim is an ai calendar management tool that helps you plan your schedule and tasks.
JIRA
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
Limitless MCP Server
Connect AI assistants to Limitless to access personal memory and lifelog data.
n8n MCP Server
Provides workflow validation and best practices tools for the n8n automation platform.
QuickBooks Time
Access all QuickBooks Time API functionality through a single MCP server interface.