Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Open Design
Connects to a locally running Open Design daemon at http://127.0.0.1:7456 for design system tokens, components, or theme data.
npx claudepluginhub nexu-io/open-design --plugin open-designCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"open-design": {
"command": "od",
"args": [
"mcp",
"--daemon-url",
"http://127.0.0.1:7456"
],
"url": "http://127.0.0.1:7456"
}
}
}Server configuration and connection parameters
odhttp://127.0.0.1:7456Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.