mcpbeat Sign in

Asdesigned MCP Server

by maher-reven Your server? Claim it
local only

Asdesigned runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Diff a rendered UI element against its Figma source and get every drifted property with its delta.

Installs / week
npm · asdesigned
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Asdesigned 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 asdesigned -- npx -y asdesigned
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "asdesigned": {
      "args": [
        "-y",
        "asdesigned"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.asdesigned]
command = "npx"
args = ["-y", "asdesigned"]
.cursor/mcp.json
{
  "mcpServers": {
    "asdesigned": {
      "args": [
        "-y",
        "asdesigned"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "asdesigned": {
      "args": [
        "-y",
        "asdesigned"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Asdesigned

same job, measured the same way
Kiyas
by saiffmirza

AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys.

47 installs/wk local only
Fragments MCP
by conanmcn

Design system MCP with 9 tools for component discovery, rendering, and a11y auditing

39 installs/wk local only
Mimic AI
by miapre

Builds Figma from your design system: real components and tokens, enforced, learning every build.

60 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Agentic Design System
by aa-on-ai

Render web and SwiftUI evidence, run explicit visual judgment, and trace ADS UI decisions.

18 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 570 installs/wk local only
HTML to Figma — Design System
by miapre

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

16 installs/wk local only
Brandsystem MCP — Brand Guidelines for AI
by brandcode-studio

Use existing brand guidelines with AI. Turn websites, PDFs, and Figma into a .brand runtime.

377 installs/wk local only

Asdesigned — questions

Answers built from our own checks of this server.

Why is there no uptime for Asdesigned?
Asdesigned 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 asdesigned.
How do I connect Asdesigned?
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 asdesigned straight from npm; nothing to host, nothing to sign up for.
Is Asdesigned open source?
Yes — it is published under the MIT licence, written in TypeScript 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.