designpin mcp server for Windsurf
io.github.opjhabuilds/designpin-mcp-server
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
client:Windsurf
transport:stdio
runtime:npm
Install designpin mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"designpin-mcp-server": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs