JUHE API Marketplace
vishnumallela avatar
MCP Server

Zendesign MCP Server

An MCP server that allows Cursor users to fetch real-time information about Zendesign design system components.

0
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "zendesign",
3 "command": "uv",
4 "args": [
5 "run",
6 "python",
7 "server.py"
8 ],
9 "cwd": "/path/to/your/zd-mcp"
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. zendesign-mcp

README Documentation

Zendesign MCP Server

Setup and Installation

Prerequisites

  • Python 3.8+
  • uv package manager

Installation

  1. Clone or download this repository
  2. Install dependencies using uv:
uv sync

Running the Server

To start the MCP server:

uv run python server.py

The server will start on port 9000 using Server-Sent Events (SSE) transport.

You should see output indicating the server is running:

FastMCP server running on port 9000

Adding to Cursor

To use this MCP server with Cursor, you need to configure it in your Cursor settings:

Method 1: Via Cursor Settings UI

  1. Open Cursor
  2. Go to Cursor Settings (⌘+, on Mac or Ctrl+, on Windows/Linux)
  3. Navigate to Features → Beta → Model Context Protocol
  4. Add a new MCP server with the following configuration:
    • Name: Zendesign
    • Command: uv
    • Arguments: ["run", "python", "server.py"]
    • Working Directory: /path/to/your/zd-mcp (replace with your actual project path)

Method 2: Via Configuration File

Add the following to your Cursor MCP configuration file:

{
  "mcpServers": {
    "zendesign": {
      "command": "uv",
      "args": ["run", "python", "server.py"],
      "cwd": "/path/to/your/zd-mcp"
    }
  }
}

Note: Replace /path/to/your/zd-mcp with the actual absolute path to your project directory.

Verification

After adding the server to Cursor:

  1. Restart Cursor
  2. The Zendesign MCP server should appear in your available tools
  3. You can now ask Cursor questions about Zendesign components, and it will use the MCP server to fetch real-time information

Example Usage in Cursor

Once configured, you can interact with the Zendesign design system through Cursor:

  • "Show me the button component from Zendesign"
  • "What are the styling options for the card component?"
  • "Get the design system guidelines from Zendesign"

Troubleshooting

Server Won't Start

  • Ensure all dependencies are installed: uv sync
  • Check that port 9000 is not in use by another application
  • Verify Python version compatibility

Cursor Can't Connect

  • Ensure the server is running before starting Cursor
  • Verify the working directory path is correct in your MCP configuration
  • Check Cursor's MCP logs for connection errors

Component Not Found

  • Verify the component name is correct (e.g., 'button', 'card', 'input')
  • Check that the Zendesign API is accessible from your network

Development

This server uses:

  • FastMCP: For MCP protocol implementation
  • requests: For HTTP API calls to Zendesign
  • asyncio: For asynchronous operations

To modify or extend the server, edit server.py and restart the server for changes to take effect.

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved