
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@preply/ds-mcp
Advanced tools
A Model Context Protocol (MCP) server that exposes Preply Design System knowledge to MCP-compatible clients (e.g., Claude Code, Cursor, etc.). It provides tools to discover components, read component docs, search design tokens by name/value, and find media icons.
claude mcp add ds-mcp -- npx -y @preply/ds-mcp@latest start
Add an MCP server entry to your IDE config. Example:
{
"mcpServers": {
"ds-mcp": {
"command": "npx",
"args": ["-y", "@preply/ds-mcp@latest", "start"],
},
},
}
Any MCP client that supports stdio transports should work.
{
"mcpServers": {
"ds-mcp": {
"command": "node",
"args": ["/Users/user/path/to/preply/design-system/packages/mcp/dist/index.js", "start"],
},
},
}
The server registers the following tools. Tool names are the exact identifiers you’ll see in your MCP client.
@preply/ds-web-lib and @preply/ds-web-root.name, import, description, deprecated.get-component-docs for full docs of a specific component.name (string): Component name (e.g., Button).name (string): Raw (e.g., dropShadow.1.shorthand), SCSS (e.g., $dropShadow-1-shorthand), Less (e.g., @dropShadow-1-shorthand), or TypeScript (e.g., dropShadow[1].shorthand). Partial queries allowed.format (enum: scss | less | typescript): Output formatting.includeExample (boolean, default true): Include a usage example snippet.value (string): e.g., numeric (500), color (#000000, rgba(...)), size (16px), font (Inter), etc.format (enum: scss | less | typescript): Output formatting.includeExample (boolean, default true): Include a usage example snippet.@preply/ds-media-icons by name.name (string): With or without the TokyoUI prefix (e.g., Close or TokyoUIClose).includeExample (boolean, default true): Include a usage example snippet.Icon from @preply/ds-web-lib when requested.yarn dev:inspector # starts the MCP inspector
yarn dev:logs # shows the debug logs
FAQs
MCP server for the Preply Design System
We found that @preply/ds-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.