{ "name": "windows-computer-use-mcp", "version": "0.1.1", "description": "Windows Computer Use MCP Server — control mouse, keyboard, screenshot, clipboard, and apps via MCP protocol", "mcpName": "io.github.hiphopanda/windows-computer-use-mcp", "type": "module", "main": "dist/index.js", "bin": { "windows-computer-use-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "bun build src/index.ts --outdir dist --target bun", "dev": "bun run src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "computer-use", "windows", "desktop-automation", "claude", "ai" ], "author": "hiphopanda", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hiphopanda/windows-computer-use-mcp.git" }, "homepage": "https://github.com/hiphopanda/windows-computer-use-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/bun": "^1.3.11", "typescript": "^5.8.3" }, "engines": { "bun": ">=1.3.11" } }