AIKraft/MCP-серверы/io.github.UI5/webcomponents-mcp-server

io.github.UI5/webcomponents-mcp-server

MCP сервер для помощи в разработке UI5 Web Components

UI5 Локальный · npm official

Что это

MCP сервер для помощи в разработке UI5 Web Components

Как подключить

1Официальный package
npm · @ui5/webcomponents-mcp-server@0.1.2
2Установить и запустить в терминале
npx @ui5/webcomponents-mcp-server@0.1.2
3Добавить в конфиг MCP-клиента (mcp.json / claude_desktop_config.json)
{ "mcpServers": { "io-github-ui5-webcomponents-mcp-server": { "command": "npx", "args": [ "@ui5/webcomponents-mcp-server@0.1.2" ] } } }

Вставьте блок в конфиг клиента (Claude Desktop, Claude Code, Cursor, VS Code, Cline). Команда и package собраны из полей официального MCP Registry.