Marketsui
БесплатноНе проверенA local MCP server that scaffolds new React or Angular apps preloaded with the Markets design system, @widgetstools/dock-manager, AG Grid, and a dark/light them
Описание
A local MCP server that scaffolds new React or Angular apps preloaded with the Markets design system, @widgetstools/dock-manager, AG Grid, and a dark/light theme toggle.
README
A local Model Context Protocol server that scaffolds new React or Angular apps preloaded with the Markets design system, @widgetstools/dock-manager, AG Grid (themed via DS adapters), and a dark/light theme toggle.
From any MCP-capable client (Claude Desktop, Claude Code, MCP Inspector, …) you can say:
scaffold markets react app at ~/apps/my-demo
and get a ready-to-run project with pinned deps, the full design-system/ tree, and a trading-style dock layout (bond blotter + candlestick chart + order book).
What you get
Each scaffolded app contains:
design-system/— verbatim copy of the Markets DS (themes, adapters, cell renderers), as a sibling ofsrc/.libs/*.tgz— local tarballs for@widgetstools/dock-manager-core, the framework-specific dock manager, and (React)react-day-picker+tabby_ai-hijri-converter. Referenced asfile:libs/*.tgzinpackage.json.- Theme toggle — top-right sun/moon button; flips
data-themeon<html>andbody.dataset.agThemeModefor AG Grid; persisted tolocalStorage. - Dock layout — 3 panels in a
DockManagerCore(blotter / chart / order book) using sample data. - README with a Design System usage section (CSS imports,
@design-system/*path alias, AG Grid + shadcn/PrimeNG adapters, CSS variable reference).
Install
Clone and build locally:
git clone <this-repo> marketsui-mcp
cd marketsui-mcp
npm install
npm run build
Optionally link the bin globally:
npm link # exposes `marketsui-mcp` on PATH
Run
The server speaks MCP over stdio. You normally don't run it by hand — an MCP client launches it. For a quick sanity check:
npx @modelcontextprotocol/inspector node dist/index.js
Then in the inspector UI, invoke scaffold_markets_react_app with:
{ "name": "my-demo", "targetDir": "/tmp/scaffold-test", "runInstall": false }
Register with an MCP client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your platform:
{
"mcpServers": {
"marketsui": {
"command": "node",
"args": ["/absolute/path/to/marketsui-mcp/dist/index.js"]
}
}
}
If you ran npm link, you can use the bin directly:
{
"mcpServers": {
"marketsui": { "command": "marketsui-mcp" }
}
}
Restart Claude Desktop. You should see the scaffold_markets_react_app and scaffold_markets_angular_app tools available.
Claude Code
claude mcp add marketsui -- node /absolute/path/to/marketsui-mcp/dist/index.js
Tools
scaffold_markets_react_app
| Field | Type | Default | Description |
|---|---|---|---|
name |
string | — | App name (valid npm package name). |
targetDir |
string | — | Parent directory; app is created at <targetDir>/<name>. Absolute paths recommended. |
runInstall |
boolean | false |
If true, runs npm install inside the new app. |
Returns { path, framework: "react", nextSteps: [...] }.
scaffold_markets_angular_app
Same input shape; produces an Angular 21 + PrimeNG + AG Grid app. Returns { path, framework: "angular", nextSteps: [...] }.
Example session
user: scaffold markets react app called demo at /tmp/scaffold-test
assistant: (calls scaffold_markets_react_app)
→ /tmp/scaffold-test/demo
cd /tmp/scaffold-test/demo
npm install
npm run dev
The dev server boots at http://localhost:5173, shows the dock layout, and the top-right toggle switches between dark and light themes.
Repo layout
marketsui-mcp/
├── src/
│ ├── index.ts # MCP server entrypoint (stdio)
│ ├── tools/ # scaffold_markets_{react,angular}_app
│ ├── scaffold/ # copyTemplate, copyAssets, postInstall
│ └── util/paths.ts
├── templates/
│ ├── react/ # React + Vite app skeleton
│ │ └── libs/ # pinned .tgz tarballs (full offline tree)
│ └── angular/ # Angular app skeleton
│ └── libs/ # pinned .tgz tarballs (full offline tree)
└── assets/
└── design-system/ # verbatim DS copy
To refresh pinned versions, re-copy design-system/ and re-run npm pack on the dock-manager packages, then drop the tarballs into templates/{react,angular}/libs/ and regenerate the matching package-lock.json.
Development
npm run dev # tsc --watch
npm run build # tsc
npm start # node dist/index.js
Установка Marketsui
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/widgetstools/markets-scaffold-mcpFAQ
Marketsui MCP бесплатный?
Да, Marketsui MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Marketsui?
Нет, Marketsui работает без API-ключей и переменных окружения.
Marketsui — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Marketsui в Claude Desktop, Claude Code или Cursor?
Открой Marketsui на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Marketsui with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
