mcpbeat Sign in

Designpin MCP Server

by opjhabuilds Your server? Claim it
local only

Designpin MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 2 May 2026.

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

Installs per day peak 11 · avg 5 · +41% w/w
a month agotoday
27
Installs / week
npm · @designpin/mcp-server
0
Stars
0 open issues
2 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Designpin MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add designpin-mcp-server -- npx -y @designpin/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "designpin-mcp-server": {
      "args": [
        "-y",
        "@designpin/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.designpin-mcp-server]
command = "npx"
args = ["-y", "@designpin/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "designpin-mcp-server": {
      "args": [
        "-y",
        "@designpin/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "designpin-mcp-server": {
      "args": [
        "-y",
        "@designpin/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DESIGNPIN_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Designpin MCP Server

same job, measured the same way
HTML to Figma — Design System
by miapre

Translate HTML prototypes into Figma using your design system's real components and tokens.

26 installs/wk local only
Artifyde MCP
by artifyde

A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.

82 installs/wk local only
Vibesharing
by erova

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

108 installs/wk local only
SeggWat
by seggwat

Manage feedback, ratings, surveys, changelogs, and review tasks in your SeggWat projects.

answering
StyleKit
by anxforever

Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.

101 installs/wk local only
Squad
by meetsquad

Decision intelligence for product teams. Turn scattered feedback into signal you can act on.

answering
Tyrekick
by richardofortune

Read and resolve human feedback pinned on your live prototype, straight from your coding agent.

45 installs/wk local only
Cobalt
by cobaltcapture

UX-review and product-feedback MCP: annotated screenshots and reviews your AI agent can act on.

11 tools answering

Designpin MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Designpin MCP Server?
Designpin MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @designpin/mcp-server was installed 27 times last week.
How do I connect Designpin MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @designpin/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Designpin MCP Server?
The npm package @designpin/mcp-server was installed 27 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Designpin MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.