designpin mcp server for Cursor
io.github.opjhabuilds/designpin-mcp-server
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
client:Cursor
transport:stdio
runtime:npm
Install designpin mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"designpin-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<DESIGNPIN_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs