Z
Zeplin
Fetch Zeplin project screens and styleguides.
·No reviews yet
Share:
About
Auto-generated
Zeplin 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 Zeplin.
- What is the Zeplin MCP used for?
- The Zeplin MCP allows users to fetch design assets like screens and styleguides directly from Zeplin projects. It streamlines the design handoff process by providing programmatic access to design specifications.
- How do I install the Zeplin MCP for use with a client like Cursor?
- Installation typically involves adding the MCP's repository URL to your client's settings. For Cursor, you would configure the Zeplin repository link (https://github.com/zeplin/zeplin-mcp) as a new MCP source within the client's MCP management interface.
- Does the Zeplin MCP require an API key for authentication?
- Yes, the Zeplin MCP uses an API key for authentication. You will need to obtain a valid API key from your Zeplin account settings to use this MCP.
- What kind of capabilities does the Zeplin MCP expose?
- The Zeplin MCP primarily exposes capabilities for retrieving Zeplin project screens and styleguides. This enables automation of design asset extraction and integration with development workflows.
- Is there any cost associated with using the Zeplin MCP?
- The Zeplin MCP itself is provided by the community and is open source, implying no direct cost for the MCP server. However, usage may depend on your Zeplin account subscription, which is a separate service.
- What is a common limitation of the Zeplin MCP?
- A common limitation is that the MCP's functionality is restricted to fetching designs; it does not support modifying Zeplin projects or uploading new assets. It is read-only for design consumption.
Install Zeplin
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"zeplin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zeplin"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"zeplin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zeplin"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"zeplin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zeplin"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.