🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.

latest
Source
npmnpm
Version
0.1.1
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.

MCP Registry

Published to the official MCP Registry as ai.shippp/mcp.

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts