Popmelt MCP Server
@avantjohn
Popmelt MCP Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Popmelt MCP Server?
Popmelt MCP Server is a Model-Controlled Programming server for Popmelt, a platform that generates dynamic design systems and UI components based on structured Taste Profiles defined in JSON metadata files. It provides a RESTful API, a visual frontend dashboard, and CSS generation from design tokens.
How to use Popmelt MCP Server?
Clone the repository, install dependencies with npm install, and start the server with npm start (or npm run dev for hot reloading). The server runs on port 3000 by default, configurable via the PORT environment variable. Use the API endpoints or open http://localhost:3000 in a browser to access the visual dashboard.
Key features of Popmelt MCP Server
- Dynamic processing of profile JSON files from a
/profilesdirectory - CSS generation engine based on weighted attributes within profiles
- Comprehensive design token system for CSS variables
- Component variant handling (hover, focus, active, nested elements)
- RESTful API for profile application, generation, and management
- Visual frontend with real-time component preview
Use cases of Popmelt MCP Server
- Generate CSS for a single component from a design system profile
- Create a complete design system CSS for all components in one request
- Browse, create, update, and delete design system profiles via API
- Preview components with applied styles in real-time using the dashboard
- Integrate design token generation into a CI/CD pipeline
FAQ from Popmelt MCP Server
What technology stack does Popmelt MCP Server use?
It uses Node.js, Express.js, fs-extra, body-parser, cors, and Jest with Supertest for testing. The frontend uses HTML, CSS, and JavaScript.
How are design tokens represented in the profiles?
Profiles contain design tokens such as colors, spacing, typography, borders, and animations. The server automatically converts these tokens into CSS variables (e.g., --color-background, --spacing-medium).
What API endpoints are available for profile management?
Endpoints include POST /api/profiles (create), GET /api/profiles (list all), GET /api/profiles/:slug (get one), PUT /api/profiles/:slug (update), and DELETE /api/profiles/:slug (delete).
Can I generate a complete design system with one call?
Yes, the POST /api/generate-design-system endpoint generates CSS for all components defined in a profile.
How do I verify the server is running correctly?
A health check endpoint is available at /api/health.
「開発者ツール」の他のコンテンツ
test
prysmaticlabsGo implementation of Ethereum proof of stake
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
コメント