Used by 1 plugin
Connects Claude to Sketch design files for real-time access to components and assets.
Add to your .mcp.json:
{
"mcpServers": {
"sketch-context": {
"command": "npx",
"args": [
"-y",
"sketch-context-mcp"
]
}
}
}npx