magical-code-potion
v0.1.0-alpha.3
Published
An experimental MCP server for Zeplin
Downloads
5
Readme
magical-code-potion
An experimental MCP server for Zeplin. 🧪
Usage
- In your tool of choice (Cursor, VS Code, Claude Desktop and so on), add an MCP server
- Specify
npx -y magical-code-potion@latestas the command - Add your Zeplin personal access token via the
ZEPLIN_ACCESS_TOKENenvironment variable
As an example, here’s how you’d set it up in Cursor:
- Go to “Settings > Cursor Settings”
- Select the “MCP” tab and hit “Add new global MCP server”
- Add Magical Code Potion™️ like so:
{
"mcpServers": {
"magical-code-potion": {
"command": "npx",
"args": ["-y", "magical-code-potion@latest"],
"env": {
"ZEPLIN_ACCESS_TOKEN": "<Your Zeplin personal access token>"
}
}
}
}