Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"QwenPaw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-QwenPaw"
]
}
}
}