{ "name": "@designpin/mcp-server", "version": "0.1.2", "description": "MCP server for DesignPin — wrap any AI tool (Claude Desktop, Cursor, ChatGPT, Gemini) into a design review workflow. Push HTML prototypes, fetch reviewer comments, upload revisions.", "keywords": [ "mcp", "model-context-protocol", "designpin", "design-review", "html-prototype", "claude", "chatgpt", "gemini", "ai-tools" ], "homepage": "https://designpin.pro", "bugs": { "url": "https://github.com/opjhabuilds/designpin-mcp-server/issues" }, "license": "MIT", "author": "Omprakash Jha ", "type": "commonjs", "main": "index.js", "bin": { "designpin-mcp": "index.js" }, "files": [ "index.js", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/opjhabuilds/designpin-mcp-server.git" }, "scripts": { "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.2" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.opjhabuilds/designpin-mcp-server" }