This document is the checklist for listing the designlang mcp stdio server on the public registries.
smithery.yaml and smithery.dockerfile at the repo root already describe the server.
# From the repo root
npx @smithery/cli publishOpen a PR against https://github.com/modelcontextprotocol/servers with an entry in servers.json:
{
"name": "designlang",
"description": "Exposes live design-token extraction as MCP resources + tools (regions, components, tokens, contrast remediation).",
"transport": "stdio",
"command": "npx",
"args": ["-y", "designlang", "mcp"],
"url": "https://github.com/Manavarya09/design-extract",
"tags": ["design-tokens", "tailwind", "figma", "shadcn", "wcag"]
}Add the following snippets to the README under an "MCP install" section:
// ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"designlang": {
"command": "npx",
"args": ["-y", "designlang", "mcp"]
}
}
}Open a one-line PR against each.