UI5 Web Components for React
Rank #22,334io.github.UI5/webcomponents-react-mcp-server
MCP server for UI5 Web Components for React - Developer documentation and API assistance
UI5 Web Components for React is a Model Context Protocol (MCP) server published by ui5. It ranks #22,334 of 115,460 servers tracked on MCP Toplist, and its repository has 539 GitHub stars. UI5 Web Components for React is listed across 2 registries — Official MCP and PulseMCP, with 9 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Aug 31, 2026.
Ranks ahead of 93,126 of 115,460 servers on MCP Toplist.
Use UI5 Web Components for React
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add webcomponents-react-mcp-server -- npx -y @ui5/webcomponents-react-mcpclaude mcp add webcomponents-react-mcp-server -- npx -y --port "{port}" @ui5/webcomponents-react-mcp[mcp_servers.webcomponents-react-mcp-server]
command = "npx"
args = ["-y", "@ui5/webcomponents-react-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.webcomponents-react-mcp-server]
command = "npx"
args = ["-y", "--port", "{port}", "@ui5/webcomponents-react-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"--port",
"{port}",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"--port",
"{port}",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"webcomponents-react-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"webcomponents-react-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"--port",
"{port}",
"@ui5/webcomponents-react-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"--port",
"{port}",
"@ui5/webcomponents-react-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"--port",
"{port}",
"@ui5/webcomponents-react-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.UI5%2Fwebcomponents-react-mcp-server)<a href="https://mcptoplist.com/server/io.github.UI5%2Fwebcomponents-react-mcp-server"><img src="https://mcptoplist.com/badge/io.github.UI5%2Fwebcomponents-react-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ui5
Other servers by ui5
View all ui5 servers →Available versions (9)
| Version | Published |
|---|---|
| 2.26.0 | Aug 31, 2026 |
| 2.25.1 | Aug 17, 2026 |
| 2.25.0 | Jul 30, 2026 |
| 2.24.1 | Jul 9, 2026 |
| 2.22.2 | May 28, 2026 |
| 2.22.0 | May 12, 2026 |
| 2.21.3 | Apr 10, 2026 |
| 2.21.2 | Apr 8, 2026 |
| 2.21.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains UI5 Web Components for React?
- UI5 Web Components for React is maintained by ui5, which publishes 3 MCP servers (33 total versions) tracked on MCP Toplist.
- Is UI5 Web Components for React listed on the Official MCP Registry?
- Yes — UI5 Web Components for React is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does UI5 Web Components for React have?
- MCP Toplist tracks 9 versions of UI5 Web Components for React, most recently published on Aug 31, 2026.
- Where can I find the source code for UI5 Web Components for React?
- The source code for UI5 Web Components for React is hosted at github.com/ui5/webcomponents-react/tree/HEAD/packages/mcp-server.