← Index

io.github.opjhabuilds/designpin-mcp-server

io.github.opjhabuilds/designpin-mcp-server·v0.1.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "designpin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@designpin/mcp-server"
      ],
      "env": {
        "DESIGNPIN_API_KEY": "<your-designpin_api_key>",
        "DESIGNPIN_PROJECT_ID": "<designpin_project_id>",
        "DESIGNPIN_BASE_URL": "<designpin_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "designpin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@designpin/mcp-server"
      ],
      "env": {
        "DESIGNPIN_API_KEY": "<your-designpin_api_key>",
        "DESIGNPIN_PROJECT_ID": "<designpin_project_id>",
        "DESIGNPIN_BASE_URL": "<designpin_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @designpin/mcp-server
§02  Environment variables
DESIGNPIN_API_KEY
secret

DesignPin project-scoped API key. Generate at https://designpin.pro under Project Settings. Required for uploadVersion and listComments tools; not required for createShareLink.

DESIGNPIN_PROJECT_ID

Firestore project document ID the API key is scoped to. Required when using uploadVersion or listComments.

DESIGNPIN_BASE_URL

API base URL. Defaults to https://designpin.pro. Override only for testing against a staging or alternate host.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other