Stats
Actions
Tags
From designer-skill
A local stdio-based MCP server that provides designer-specific skills and capabilities to Claude. Purpose and service details are not specified in the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"designer-skill": {
"command": "npx",
"args": [
"-y",
"designer-skill-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub pythoughts-labs/designer-skill --plugin designer-skill