@zeplin/mcp-server 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,9 +27,15 @@ This project is a Model Context Protocol server designed to assist developers in
|
|
|
27
27
|
* A Zeplin account.
|
|
28
28
|
* A Zeplin Personal Access Token (PAT). You can generate one from your Zeplin profile settings under "Developer" > "Personal access tokens". This token will need `read` permissions for the projects/styleguides you want to access.
|
|
29
29
|
|
|
30
|
-
##
|
|
30
|
+
## Installation
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
### One click cursor install
|
|
33
|
+
|
|
34
|
+
[](https://cursor.com/install-mcp?name=zeplin-mcp&config=eyJjb21tYW5kIjoibnB4IC15IEB6ZXBsaW4vbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiWkVQTElOX0FDQ0VTU19UT0tFTiI6IiJ9fQ%3D%3D)
|
|
35
|
+
|
|
36
|
+
### Manual installation
|
|
37
|
+
|
|
38
|
+
To integrate this server with an MCP client, you need to configure the client to connect to this server. Add the following to Cursor's `settings.json` (accessible via `Cmd/Ctrl + Shift + P` -> "Configure Language Specific Settings..." -> "JSON") or a similar configuration file for MCP providers:
|
|
33
39
|
|
|
34
40
|
```jsonc
|
|
35
41
|
// In your MCP client's configuration (e.g., Cursor's settings.json)
|