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
{
"name": "maid-mcp",
"version": "1.0.0",
"description": "MCP server for maid assistant with modular voice system and interactive capabilities",
"type": "module",
"main": "maid-server.js",
"scripts": {
"start": "node maid-server.js",
"test": "node test-voice.js",
"start:all": "start_all.bat"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"msedge-tts": "^2.0.0",
"axios": "^1.6.0"
},
"keywords": ["mcp", "maid", "voice", "assistant"],
"author": "",
"license": "MIT"
}