QwenPaw (MCP Server)

GitHub

Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "QwenPaw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-QwenPaw"
      ]
    }
  }
}