★ 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"
]
}
}
}
Run in terminal:
claude mcp add designpin-mcp-server npx -y opjhabuilds/designpin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"opjhabuilds/designpin-mcp-server"
]
}
}
}