Skip to main content
Glama
sketch-hq

Sketch MCP

Official
by sketch-hq

Sketch MCP

The official Sketch MCP server that allows AI clients to interact with your designs:

  • Explore designs and Libraries — compare code to components to Sketch and fix inconsistencies

  • Expand and iterate on existing designs — try out new directions, generate alternative flows, and more

  • Replace placeholders with lifelike data, or even pull from real data sets

  • Organize and export assets

  • Generate screens and components as code

  • …and much more.

NOTE

This server communicates with the Sketch app, so please ensure the app is running andthe MCP Server option is turned on.

Usage

Claude Desktop (Mac)

  1. Go to Customize > Connectors, press the + button, choose "Browse connectors".

  2. Search for "Sketch" and press "Install".

Development

From a technical standpoint this is an stdio MCP server that simply forwards messages to and from the local Streamable HTTP MCP server that is part of the Sketch Mac app. This "proxy" server is needed for clients like Claude Desktop that only support stdio and encrypted (HTTPS) remote MCPs.

Setup

npm ci

Run the server

  1. Launch Sketch and activate the MCP server option.

  2. npm run start

Archive

This will generate the .mcpb archive ready for distribution:

npm run pack
Install Server
F
license - not found
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sketch-hq/sketch-mcp-bundle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server