We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quinny1187/maid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
install_avatar_deps.bat•297 B
@echo off
echo Installing Python dependencies for Maid Avatar...
echo.
pip install PyQt5 flask flask-cors requests
echo.
echo Done! Dependencies installed.
echo.
echo Next steps:
echo 1. Run copy_sprites.bat to copy the sprite images
echo 2. Run start_avatar.bat to start the avatar system
pause