Zeplin MCP Server for AI-Assisted UI Implementation
@zeplin
About Zeplin MCP Server for AI-Assisted UI Implementation
MCP server for Zeplin - used for screen and component code generation š»
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-zeplin": {
"command": "npx",
"args": [
"@zeplin/mcp-server@latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zeplin MCP Server for AI-Assisted UI Implementation?
Zeplin MCP Server for AI-Assisted UI Implementation connects AI agentsāsuch as Cursor, Windsurf, and VS Code with GitHub Copilotāto Zeplin design projects. It enables agents to fetch component and screen specs, design annotations, and design tokens (colors, typography, spacing) so they can generate UI code that matches the intended designs.
How to use Zeplin MCP Server for AI-Assisted UI Implementation?
Install the server via NPX (npx @zeplin/mcp-server@latest) and set the ZEPLIN_ACCESS_TOKEN environment variable with your Zeplin personal access token. Configuration is done in your MCP clientās settings (e.g., Cursor or VS Code). One-click installation links are provided for Cursor and VS Code.
Key features of Zeplin MCP Server for AI-Assisted UI Implementation
- Fetches component and screen specs with detailed layer information
- Retrieves design annotations for interaction and behavior guidance
- Provides design tokens (colors, typography, spacing) for reuse
- Supports limiting context via
includeVariantsandtargetLayerNameparameters - Works with Cursor, Windsurf, VS Code, and Claude Code
Use cases of Zeplin MCP Server for AI-Assisted UI Implementation
- Implement UI components or entire screens from Zeplin designs in an AIāassisted code editor
- Re-use existing design tokens to maintain visual consistency
- Build complex screens by implementing individual components first, then assembling them
FAQ from Zeplin MCP Server for AI-Assisted UI Implementation
What are the prerequisites for using the server?
Node.js (v20 or later), a Zeplin account, and a Zeplin personal access token generated from your Zeplin profile under Developer ā Personal access tokens.
How do I provide my Zeplin access token?
Set the environment variable ZEPLIN_ACCESS_TOKEN to your personal access token. In MCP client configs (e.g., Cursor), this goes in the env object shown in the README.
What runtime does the server require?
The server runs on Node.js v20 or later and is executed via npx. No additional runtime dependencies beyond Node.js are needed.
How can I reduce context usage when fetching large designs?
Use the includeVariants: false parameter to fetch only the linked screen version, or use targetLayerName to focus on a specific component or layer. An iterative componentāfirst workflow also keeps each request smaller.
What code style does the project follow?
The project uses ESLint with 2āspace indentation, double quotes, semicolons, no trailing spaces, and organized imports. Run npm run lint:fix before submitting changes.
Frequently asked questions
What are the prerequisites for using the server?
Node.js (v20 or later), a Zeplin account, and a Zeplin personal access token generated from your Zeplin profile under Developer ā Personal access tokens.
How do I provide my Zeplin access token?
Set the environment variable `ZEPLIN_ACCESS_TOKEN` to your personal access token. In MCP client configs (e.g., Cursor), this goes in the `env` object shown in the README.
What runtime does the server require?
The server runs on Node.js v20 or later and is executed via `npx`. No additional runtime dependencies beyond Node.js are needed.
How can I reduce context usage when fetching large designs?
Use the `includeVariants: false` parameter to fetch only the linked screen version, or use `targetLayerName` to focus on a specific component or layer. An iterative componentāfirst workflow also keeps each request smaller.
What code style does the project follow?
The project uses ESLint with 2āspace indentation, double quotes, semicolons, no trailing spaces, and organized imports. Run `npm run lint:fix` before submitting changes.
Basic information
More Other MCP servers
MCP Go š
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
šŖ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation ⢠(~400 MCP servers for AI agents) ⢠AI Automation / AI Agent with MCPs ⢠AI Workflows & AI Agents ⢠MCPs for AI Agents
Comments