Paragon Server
БесплатноНе проверенMCP server for the Open edX Paragon design system, providing AI assistants with structured access to component documentation including props, events, code examp
Описание
MCP server for the Open edX Paragon design system, providing AI assistants with structured access to component documentation including props, events, code examples, and CSS design tokens.
README
MCP server for the Open edX Paragon design system (v23.x). Gives AI assistants structured access to component documentation — props, events, code examples, and CSS design tokens — so they can write Paragon-based UI code without guessing.
Installation
The quickest way to use this server is via npx (no clone needed):
claude mcp add paragon -- npx -y @romkask/paragon-mcp-server
Or add it manually to your MCP config (~/.claude/settings.json or project .claude/settings.local.json):
{
"mcpServers": {
"paragon": {
"command": "npx",
"args": ["-y", "@romkask/paragon-mcp-server"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
list_components |
List all 63 Paragon components with categories, status, and counts |
get_component |
Get full details for a component or subcomponent (description, props, events, subcomponents) |
get_component_props |
Get all props with types and descriptions |
get_component_events |
Get all callback events (onClose, onToggle, etc.) |
list_examples |
List available code examples for a component |
get_example |
Get the full JSX code for a specific example |
get_components_variables |
Get CSS custom properties / design tokens |
Subcomponent Lookup
All 73 subcomponents (e.g., CardGrid, AlertHeading, FormControl, TableRow) are automatically resolved to their parent component. Querying get_component("CardGrid") returns the full Card component info with a note indicating the subcomponent match.
Data Coverage
- 63 components (Button, Alert, Card, DataTable, Form, Modal, etc.)
- 73 subcomponents with automatic parent resolution
- 410 props with types and descriptions
- 69 events/callbacks
- 295 live code examples
- 443 CSS design token variables
Development
git clone https://github.com/RomkaSk/paragon-mcp-server.git
cd paragon-mcp-server
npm install
npm run build # generates data + bundles with tsup
npm start # run server
npm run dev # dev mode with tsx
npm test # run tests (348 tests covering all components & subcomponents)
License
MIT
Установка Paragon Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/RomkaSk/paragon-mcp-serverFAQ
Paragon Server MCP бесплатный?
Да, Paragon Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Paragon Server?
Нет, Paragon Server работает без API-ключей и переменных окружения.
Paragon Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Paragon Server в Claude Desktop, Claude Code или Cursor?
Открой Paragon Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Paragon Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
