{ "name": "open-compute-mcp", "version": "0.1.0-alpha.19", "mcpName": "io.github.lukisch/open-compute-mcp", "description": "Local stdio npm launcher for Python open-compute; real capture and input require an interactive Windows desktop session on the MCP client's host. Not remotely hostable.", "type": "commonjs", "bin": { "open-compute-mcp": "bin/open-compute-mcp.js" }, "scripts": { "test": "node --test", "test:hygiene": "node --test test/repository-hygiene.test.js" }, "files": [ "bin/", "README.md", "README_de.md", "CHANGELOG.md", "SECURITY.md", "THIRD_PARTY_LICENSES.md", "LICENSE", "server.json", "smithery.yaml", "llms.txt", "MARKETING-LOG.txt" ], "engines": { "node": ">=18.0.0" }, "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "computer-use", "computer-use-mcp", "gui-automation", "desktop-automation", "windows", "uia", "screenshot", "automation", "claude", "claude-desktop", "ai-tools", "mcp-stdio" ], "dependencies": { "update-notifier": "^7.3.1" }, "author": "Lukas (ellmos-ai)", "repository": { "type": "git", "url": "git+https://github.com/ellmos-ai/open-compute-mcp.git" }, "homepage": "https://github.com/ellmos-ai/open-compute-mcp#readme", "bugs": { "url": "https://github.com/ellmos-ai/open-compute-mcp/issues" } }