Servers
M
Mcp Sketch
@YamadaAoi
Local MCP server for parsing Sketch exported HTML zip archives and extracting design structure information.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sketch": {
"command": "npx",
"args": [
"-y",
"mcp-sketch"
],
"env": {
"MCP_MODE": "1"
}
}
}
}