MCP Directory
Back

superdesign-mcp-claude-code

by jonthebeef · HTML · ★ 76

superdesign-mcp-claude-code — MCP server.

Install

git clone https://github.com/jonthebeef/superdesign-mcp-claude-code.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "superdesign-mcp-claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "github:jonthebeef/superdesign-mcp-claude-code"
      ]
    }
  }
}

From the README

An MCP (Model Context Protocol) server that brings [Superdesign](https://github.com/superdesigndev/superdesign) - an open source AI design agent by [@jasonzhou1993](https://twitter.com/jasonzhou1993) and [@jackjack_eth](https://twitter.com/jackjack_eth) - to Claude Code as native tools. This server operates as a "design orchestrator" that provides structured specifications for your IDE's LLM to execute, enabling Superdesign's sophisticated design capabilities without requiring Anthropic API keys. - **No API Keys Required**: Works directly with Claude Code's built-in LLM connection - **Local E…
Read full README on GitHub →

Related other servers