{ "name": "plonk-mcp", "version": "0.4.3", "mcpName": "io.github.ostapondo/plonk", "description": "MCP server for Plonk, a native macOS toolbox for windows, workspaces, screenshots, OCR, measuring, keep-awake, pointer tools and voice.", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ostapondo/plonk.git", "directory": "mcp" }, "homepage": "https://github.com/ostapondo/plonk#readme", "bugs": "https://github.com/ostapondo/plonk/issues", "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "macos", "macos-tools", "workspaces", "zones", "screenshots", "ocr", "accessibility" ], "engines": { "node": ">=18" }, "files": [ "dist" ], "bin": { "plonk-mcp": "dist/server.js", "plonk": "dist/cli.js" }, "main": "dist/server.js", "scripts": { "build": "tsc", "prepublishOnly": "tsc", "typecheck": "tsc --noEmit", "test": "tsc && node --test test/*.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.6.5" }, "devDependencies": { "@types/node": "^18.19.0", "typescript": "^7.0.2" } }