mcpbeat Sign in

Ui5 MCP Server

local only

Ui5 runs on your own machine — the client starts it, so there is no endpoint to ping. 82 407 installs a week from npm. Last commit 10 Sep 2026.

MCP server for SAPUI5/OpenUI5 development

Installs per day peak 24 308 · avg 12 448 · +340% w/w
a month agotoday
82 407
Installs / week
npm · @ui5/mcp-server
99
Stars
3 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        <script
            id="sap-ui-bootstrap"
            src="https://<%= cdnDomain %>/<%= frameworkVersion %>/resources/sap-ui-core.js"<% if (gte1_120_0) { %>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @ui5/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ui5/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@ui5/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ui5/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ui5/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UI5_MCP_SERVER_ALLOWED_DOMAINS (A comma-separated list of domains that are allowed to be used in various tools, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.), UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT (Set to any value to disable structured content in the MCP server responses.), UI5_MCP_SERVER_RESPONSE_NO_RESOURCES (Set to any value to disable resources in the MCP server responses, see https://modelcontextprotocol.io/specification/2025-06-18/server/resource. This is useful for clients that do not support resources, see https://modelcontextprotocol.io/clients, such as Cursor or the Gemini CLI.), UI5_LOG_LVL (Internal log level (https://ui5.github.io/cli/stable/pages/Troubleshooting/#changing-the-log-level): 'silent', 'error', 'warn', 'info', 'perf', 'verbose' or 'silly'), UI5_DATA_DIR (Directory where the MCP server stores its data, such as cached API references. Defaults to the '.ui5' directory in the user's home directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ui5

same job, measured the same way
Webcomponents MCP Server
by ui5

MCP server for UI5 Web Components development assistance

192 installs/wk local only
MCP Klever VM
by klever-io

MCP server for Klever blockchain smart contract development.

39 installs/wk 16 tools answering
Sfcc Dev MCP
by taurgis

MCP server for Salesforce B2C Commerce Cloud development assistance

506 installs/wk local only
developer
by doc2mcp

MCP server for developer documentation, generated by doc2mcp.

answering
I
JxBrowser MCP Server
by teamdev-ip

MCP server to assist with JxBrowser development.

2 tools answering
Mo5 MCP Server
by thlg057

MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.

30 installs/wk local only
Astro MCP
by morinokami

MCP server to support Astro project development

1 626 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only

Ui5 — questions

Answers built from our own checks of this server.

Why is there no uptime for Ui5?
Ui5 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ui5/mcp-server was installed 82 407 times last week.
How do I connect Ui5?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ui5/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ui5?
The npm package @ui5/mcp-server was installed 82 407 times in the last week. Week over week that is +340%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ui5 open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 99 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.