AgentHubAgentHub

designpin-mcp-server

MCP ServerMCP Registry官方收录

io.github.opjhabuilds/designpin-mcp-server · v0.1.2

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

概览

designpin-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "designpin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@designpin/mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.opjhabuilds/designpin-mcp-server",
  "type": "mcp-server",
  "version": "0.1.2",
  "displayName": "designpin-mcp-server",
  "description": "Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.",
  "repository": {
    "url": "https://github.com/opjhabuilds/designpin-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@designpin/mcp-server",
        "version": "0.1.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DESIGNPIN_API_KEY",
            "description": "DesignPin project-scoped API key. Generate at https://designpin.pro under Project Settings. Required for uploadVersion and listComments tools; not required for createShareLink.",
            "isSecret": true
          },
          {
            "name": "DESIGNPIN_PROJECT_ID",
            "description": "Firestore project document ID the API key is scoped to. Required when using uploadVersion or listComments."
          },
          {
            "name": "DESIGNPIN_BASE_URL",
            "description": "API base URL. Defaults to https://designpin.pro. Override only for testing against a staging or alternate host."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.opjhabuilds/designpin-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.opjhabuilds%2Fdesignpin-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
designpin-mcp-server — MCP Server 安装与配置 · AgentHub