@ui5/mcp-server

data-ai MCP Server

The UI5 MCP server improves the developer experience when working with agentic AI and the UI5 framework.

byUI5
VerifiedInstall Ready
data-aidata-ai
5 views89 stars18 forksv0.2.12Apache-2.0

Why This Matters

Discovered via github-seeds and last synced 3mo ago.

VerifiedInstall Ready
Source
github-seeds
Stars
89
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @ui5/mcp-server

2. Add to claude_desktop_config.json

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

10
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (10)

create_ui5_app

Scaffolds a new UI5 application based on a set of templates.

get_guidelines

Provides access to UI5 development best practices.

get_api_reference

Fetches and formats UI5 API documentation.

get_version_info

Retrieves version information for the UI5 framework.

get_integration_cards_guidelines

Provides access to UI Integration Cards development best practices.

get_project_info

Extracts metadata and configuration from a UI5 project.

run_ui5_linter

Integrates with [`@ui5/linter`](https://github.com/UI5/linter) to analyze and report issues in the UI5 code.

create_integration_card

Scaffolds a new UI Integration Card.

run_manifest_validation

Validates the manifest against the UI5 Manifest schema.

get_typescript_conversion_guidelines

Provides guidelines for converting UI5 applications and controls from JavaScript to TypeScript.