Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From swiftui-dev
Local stdio MCP server that provides context from Sketch design files for UI analysis, component extraction, style queries, and design-to-code tasks.
npx claudepluginhub arustydev/agents --plugin swiftui-devCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sketch-context": {
"command": "npx",
"args": [
"-y",
"sketch-context-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.