S
Sketch
Read Sketch design files.
·No reviews yet
Share:
About
Auto-generated
Sketch is a Model Context Protocol server in the Design category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Sketch.
- What is the Sketch MCP and what can it do?
- The Sketch MCP allows client applications to read Sketch design files. It provides programmatic access to the contents and structure of Sketch documents for various design automation and integration tasks.
- Does this MCP require authentication?
- Yes, this MCP requires an API key for authentication. You will need to obtain a valid API key to interact with this service and access Sketch file data.
- How can I install the Sketch MCP in a client such as Claude Desktop?
- Installation in a popular MCP client like Claude Desktop typically involves adding the MCP's repository URL and providing the necessary API key. Refer to the client's documentation for specific instructions on adding community-provided MCPs.
- What are the common use cases for the Sketch MCP?
- Typical use cases include extracting design assets, inspecting layers and components, automating design system checks, and integrating Sketch files into other development workflows or platforms.
- Is there a cost associated with using the Sketch MCP?
- The Sketch MCP is provided by the Community and its licensing generally aligns with open-source principles as indicated by its GitHub repository. However, specific costs might depend on how individual deployments are hosted and managed.
Install Sketch
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"sketch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sketch"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"sketch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sketch"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"sketch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sketch"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.