MCP Server
Rank #223io.github.UI5/mcp-server
MCP server for SAPUI5/OpenUI5 development
MCP Server is a Model Context Protocol (MCP) server published by ui5. It ranks #223 of 115,460 servers tracked on MCP Toplist, and its repository has 99 GitHub stars. MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 21 tracked versions. It was first listed on Jul 25, 2025 and most recently updated on Aug 13, 2026.
Ranks ahead of 115,237 of 115,460 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ui5 -e "UI5_MCP_SERVER_ALLOWED_DOMAINS=<your UI5_MCP_SERVER_ALLOWED_DOMAINS>" -e "UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT=<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>" -e "UI5_MCP_SERVER_RESPONSE_NO_RESOURCES=<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>" -e "UI5_LOG_LVL=<your UI5_LOG_LVL>" -e "UI5_DATA_DIR=<your UI5_DATA_DIR>" -- npx -y @ui5/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.ui5]
command = "npx"
args = ["-y", "@ui5/mcp-server"]
[mcp_servers.ui5.env]
UI5_MCP_SERVER_ALLOWED_DOMAINS = "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>"
UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT = "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>"
UI5_MCP_SERVER_RESPONSE_NO_RESOURCES = "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>"
UI5_LOG_LVL = "<your UI5_LOG_LVL>"
UI5_DATA_DIR = "<your UI5_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ui5": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>",
"UI5_LOG_LVL": "<your UI5_LOG_LVL>",
"UI5_DATA_DIR": "<your UI5_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ui5": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>",
"UI5_LOG_LVL": "<your UI5_LOG_LVL>",
"UI5_DATA_DIR": "<your UI5_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ui5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>",
"UI5_LOG_LVL": "<your UI5_LOG_LVL>",
"UI5_DATA_DIR": "<your UI5_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ui5": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>",
"UI5_LOG_LVL": "<your UI5_LOG_LVL>",
"UI5_DATA_DIR": "<your UI5_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ui5": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "<your UI5_MCP_SERVER_ALLOWED_DOMAINS>",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "<your UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT>",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "<your UI5_MCP_SERVER_RESPONSE_NO_RESOURCES>",
"UI5_LOG_LVL": "<your UI5_LOG_LVL>",
"UI5_DATA_DIR": "<your UI5_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
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%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.UI5%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.UI5%2Fmcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ui5
Other servers by ui5
View all ui5 servers →Available versions (21)
| Version | Published |
|---|---|
| 0.2.18 | Aug 13, 2026 |
| 0.2.17 | Jul 27, 2026 |
| 0.2.16 | Jul 24, 2026 |
| 0.2.15 | Jul 21, 2026 |
| 0.2.12 | Jun 2, 2026 |
| 0.2.11 | Apr 13, 2026 |
| 0.2.10 | Apr 2, 2026 |
| 0.2.9 | Mar 17, 2026 |
| 0.2.8 | Mar 6, 2026 |
| 0.2.7 | Feb 27, 2026 |
| 0.2.6 | Feb 17, 2026 |
| 0.2.5 | Feb 9, 2026 |
| 0.2.4 | Jan 23, 2026 |
| 0.2.3 | Jan 19, 2026 |
| 0.2.2 | Jan 9, 2026 |
| 0.2.1 | Jan 8, 2026 |
| 0.2.0 | Dec 12, 2025 |
| 0.1.6 | Dec 3, 2025 |
| 0.1.5 | Nov 26, 2025 |
| 0.1.4 | Nov 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by ui5, which publishes 3 MCP servers (33 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server have?
- MCP Toplist tracks 21 versions of MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/ui5/mcp-server.