Webcomponents React MCP Server

ui5-webcomponents-react is providing a Fiori-compliant React implementation by leveraging the UI5 Web Components. It runs locally over stdio via the published package.

People who work with web components and react and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 540 · #2 OF 55 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Webcomponents React MCP Server

Claude Code

claude mcp add ui5-webcomponents-react -- npx -y @ui5/webcomponents-react-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ui5-webcomponents-react": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/webcomponents-react-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @ui5/webcomponents-react-mcp - published under the repo owner's npm scope (@ui5)

registry namespace io.github.UI5 is GitHub-verified and matches the repo owner

03 · What Webcomponents React MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.25.2 · 2026-09-15

2.25.2 (2026-09-15) · prevent Tab from escaping the popover & deprecate in favor of Menu (#8933) (0f7b87f), closes #8932 · keep scroll position stable when hiding & revealing the table · prevent empty block & hidden…

v2.26.3 · 2026-09-15

2.26.3 (2026-09-15) · keep scroll position stable when hiding & revealing the table

v2.26.2 · 2026-09-14

2.26.2 (2026-09-14) · prevent empty block & hidden columns after hide/show

04 · Who maintains Webcomponents React MCP Server

webcomponents-react-mcp-server is maintained by ui5. We track 3 MCP servers from ui5 - 3 actively maintained, 658 combined GitHub stars, oldest repo from Apr 2019. Full record: all servers from ui5.

  1. mcp-server MCP server for SAPUI5/OpenUI5 development ★ 99
  2. webcomponents-mcp-server MCP server for UI5 Web Components development assistance ★ 19

05 · Facts

category
web framework - ranked #2 of 55 actively-maintained web framework servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.UI5/webcomponents-react-mcp-server (active, first published 2026-04-08 · 17 versions)
packages
npm:@ui5/webcomponents-react-mcp · npm:@ui5/webcomponents-react-mcp

06 · Webcomponents React MCP Server FAQ

What is Webcomponents React MCP Server?

ui5-webcomponents-react is providing a Fiori-compliant React implementation by leveraging the UI5 Web Components. It runs locally over stdio via the published package.

Is Webcomponents React MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Webcomponents React MCP Server?

Run `npx -y @ui5/webcomponents-react-mcp`. You can also paste the ready-made client config above.

Does Webcomponents React MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Webcomponents React MCP Server

head to head · Semiotic vs Webcomponents React MCP Server · Webcomponents React MCP Server vs Umbraco CMS MCP Dev