{ "name": "@slimsnap/mcp", "version": "0.1.2", "description": "Local MCP server for SlimSnap. Gives AI agents your recent screen captures as structured JSON instead of screenshots.", "type": "module", "bin": { "slimsnap-mcp": "server.js" }, "main": "server.js", "files": [ "server.js", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "modelcontextprotocol", "slimsnap", "screenshot", "ocr", "claude", "claude-code" ], "license": "MIT", "author": "SlimSnap", "homepage": "https://slimsnap.ai", "repository": { "type": "git", "url": "git+https://github.com/bickov/slimsnap-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.bickov/slimsnap" }