designpin-mcp-server

opjhabuilds/designpin-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
MCP server for DesignPin. Push HTML prototypes and fetch reviewer feedback from Claude, ChatGPT, Cursor, Gemini, and other MCP-compatible AI tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "designpin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "opjhabuilds/designpin-mcp-server"
      ]
    }
  }
}