@buildappolis/sharex-mcp-server
Version:
Model Context Protocol server for seamless ShareX integration with Claude Code - view screenshots and GIFs instantly
79 lines (78 loc) • 1.98 kB
JSON
{
"name": "@buildappolis/sharex-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server for seamless ShareX integration with Claude Code - view screenshots and GIFs instantly",
"main": "dist/index.js",
"type": "module",
"bin": {
"sharex-mcp": "./dist/cli.js",
"sharex-mcp-init": "./dist/init.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"inspect": "tsx src/index.ts",
"prepublishOnly": "pnpm build",
"prepack": "pnpm build",
"release:patch": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public"
},
"keywords": [
"mcp",
"model-context-protocol",
"sharex",
"screenshots",
"gifs",
"claude",
"claude-code",
"ai",
"windows",
"wsl",
"buildappolis"
],
"author": {
"name": "BuildAppolis",
"url": "https://www.buildappolis.com"
},
"contributors": [
{
"name": "Cory",
"url": "https://github.com/hellocory"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hellocory/sharex-mcp-server.git"
},
"homepage": "https://github.com/hellocory/sharex-mcp-server#readme",
"bugs": {
"url": "https://github.com/hellocory/sharex-mcp-server/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.2.1",
"@types/prompts": "^2.4.9",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"dependencies": {
"chalk": "^5.5.0",
"chokidar": "^4.0.3",
"commander": "^14.0.0",
"mime-types": "^3.0.1",
"ora": "^8.2.0",
"prompts": "^2.4.2",
"sharp": "^0.34.3",
"shelljs": "^0.10.0"
}
}