Skip to content

designpin mcp server for Zed

io.github.opjhabuilds/designpin-mcp-server

Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.

client:Zed transport:stdio runtime:npm

Install designpin mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

designpin mcp server in other clients