From design-to-code
Connects to a local HTTP MCP server at http://localhost:31126/mcp (Sketch) via mcp-remote with --allow-http. Likely provides design tools, resources, and prompts for Sketch files. Requires local server running.
npx claudepluginhub arustydev/agents --plugin design-to-codeAdd to your .mcp.json:
{
"mcpServers": {
"sketch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:31126/mcp",
"--allow-http"
],
"url": "http://localhost:31126/mcp"
}
}
}npxhttp://localhost:31126/mcp