Sketch-Context-MCP

Sketch-Context-MCP

3.5

If you are the rightful owner of Sketch-Context-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for integrating Sketch designs with IDEs such as Cursor, Cline, or Windsurf.

Sketch Context MCP is a server that enables integration between Sketch design files and IDEs like Cursor. It allows for AI-powered design-to-code workflows by parsing Sketch files and implementing the MCP protocol. This server facilitates real-time communication between Sketch and IDEs, allowing users to reference specific components and layers, and create or modify design elements through natural language commands.

Features

  • Local and Cloud Sketch file parsing
  • Component/Symbol extraction
  • Real-time updates via WebSockets and SSE
  • Interactive UI for connecting Sketch to Cursor
  • Accessing specific nodes by ID

Tools

  1. get_file

    Retrieve contents of a Sketch file or specific node within it

  2. list_components

    List all components/symbols in a Sketch file

  3. get_selection

    Get information about currently selected elements

  4. create_rectangle

    Create new rectangles with specified dimensions and properties

  5. create_text

    Create new text elements with custom content and styling