Sign In

@shippp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shippp/mcp

Shippp MCP server — pull deterministic, production-perfect Chakra UI code from your Shippp design files, straight into your IDE agent.

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@shippp/mcp

Pull production-perfect Chakra UI code from your Shippp design files straight into your IDE agent (Claude Code, Cursor, …).

Setup

  • Create an API key in your Shippp workspace settings. It's shown once — copy it.
  • Add the server to your IDE's MCP config:
{
  "mcpServers": {
    "shippp": {
      "command": "npx",
      "args": ["-y", "@shippp/mcp"],
      "env": {
        "SHIPPP_API_KEY": "sk_...",
        "SHIPPP_API_URL": "https://app.shippp.ai"
      }
    }
  }
}

SHIPPP_API_URL is optional (defaults to the Shippp production URL).

Tools

ToolReturns
shippp_list_unitsThe file's screens + components (id + name). Call first to discover ids.
shippp_get_componentOne component's Chakra .tsx.
shippp_get_tokensThe design tokens as a Chakra theme.
shippp_get_design_systemThe whole design system as a package.
shippp_get_projectThe whole file as a runnable Next.js project.
shippp_diffYour current code vs a fresh generation.

Read-only. The server never modifies your design.

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Related posts