npx claudepluginhub drewjs/claude-code-cookbook --plugin zeplinAdd to your .mcp.json:
{
"mcpServers": {
"zeplin": {
"command": "npx",
"args": [
"-y",
"@zeplin/mcp-server@latest"
],
"env": {
"ZEPLIN_ACCESS_TOKEN": "${ZEPLIN_ACCESS_TOKEN}"
}
}
}
}Replace placeholder values for: ZEPLIN_ACCESS_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxZEPLIN_ACCESS_TOKEN=${ZEPLIN_ACCESS_TOKEN}