{ "name": "hammerspoon-mcp", "version": "0.1.0", "description": "MCP server exposing Hammerspoon's macOS automation API to AI agents — 75 tools for windows, Spaces, audio, Bluetooth, Focus mode, and more", "type": "module", "bin": { "hammerspoon-mcp": "./dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "engines": { "node": ">=22" }, "os": [ "darwin" ], "keywords": [ "mcp", "hammerspoon", "macos", "automation", "model-context-protocol", "ai-agent", "window-management", "desktop-automation" ], "author": "Mohammed Babur ", "mcpName": "io.github.mobabur94/hammerspoon", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mobabur94/hammerspoon-mcp" }, "homepage": "https://github.com/mobabur94/hammerspoon-mcp#readme", "bugs": { "url": "https://github.com/mobabur94/hammerspoon-mcp/issues" } }