Ui5 MCP Server

A Model Context Protocol server for UI5 application development. Its 10 documented tools cover guidelines, integration, ui5, info. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 98 · #5 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

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

01 · Install Ui5 MCP Server

Claude Code

claude mcp add ui5-mcp-server -- npx -y @ui5/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

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/mcp-server - published under the repo owner's npm scope (@ui5)

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

03 · What Ui5 MCP Server can do

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

What you can build

With this server connected, an agent can fetch and format UI5 API documentation, extract metadata and configuration from a UI5 project, retrieve version information for the UI5 framework, and validate the manifest against the UI5 Manifest schema.

Capability map

Tools grouped from the project's README - what Ui5 MCP Server lets an agent do.

read & search

5 tools - e.g. Fetches and formats UI5 API documentation.; Provides access to UI5 development best practices.; Extracts metadata and configuration from a UI5 project.

get_api_reference · get_guidelines · get_project_info · get_typescript_conversion_guidelines · get_version_info

Integration

2 tools - e.g. Scaffolds a new UI Integration Card.; Provides access to UI Integration Cards development best practices.

create_integration_card · get_integration_cards_guidelines

Ui5

2 tools - e.g. Scaffolds a new UI5 application based on a set of templates.; Integrates with @ui5/linter to analyze and report issues in the UI5 code.

create_ui5_app · run_ui5_linter

run & execute

1 tool - e.g. Validates the manifest against the UI5 Manifest schema.

run_manifest_validation

Latest releases

v0.2.18 · 2026-08-13

0.2.18 (2026-08-13) · Bump @modelcontextprotocol/sdk from 1.29.0 to 1.30.0 · Run 'npm audit fix'

v0.2.17 · 2026-07-27

0.2.17 (2026-07-27) · Bump @ui5/linter from 1.23.2 to 1.23.3 · Run 'npm audit fix'

v0.2.16 · 2026-07-24

0.2.16 (2026-07-24) · Bump @hono/node-server to 1.19.15

04 · Who maintains Ui5 MCP Server

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

  1. webcomponents-react-mcp-server MCP server for UI5 Web Components for React - Developer documentation and API assistance ★ 539
  2. webcomponents-mcp-server MCP server for UI5 Web Components development assistance ★ 19

05 · Facts

category
other - ranked #5 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-13)
registry
io.github.UI5/mcp-server (active, first published 2025-11-18 · 22 versions)
packages
npm:@ui5/mcp-server

06 · Ui5 MCP Server FAQ

Is Ui5 MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can Ui5 MCP Server do?

With this server connected, an agent can fetch and format UI5 API documentation, extract metadata and configuration from a UI5 project, retrieve version information for the UI5 framework, and validate the manifest against the UI5 Manifest schema.

How do I install Ui5 MCP Server?

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

Does Ui5 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 Ui5 MCP Server