Skip to content

Ds

Free

by MCP Community

MCP server for the Preply Design System

v11.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Ds MCP Server

MCP server for the Preply Design System

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @preply/ds-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ds": {
      "command": "npx",
      "args": ["-y", "@preply/ds-mcp"]
    }
  }
}