MCP Catalogs
Home

mcp-server

by UI5·85·Score 47

The UI5 MCP server provides specialized tools for UI5 application development and integration with AI agents.

developer-toolsai-llm
16
Forks
13
Open issues
this month
Last commit
2d ago
Indexed

Overview

The UI5 MCP server is a well-maintained implementation that enhances developer productivity when working with UI5 framework through AI tools. It provides a comprehensive set of tools including scaffolding new applications, validating manifests, retrieving API documentation, and accessing development guidelines. The server supports both OpenUI5 and SAPUI5 frameworks, with recent commits indicating active development and community engagement.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Scaffolding new UI5 applications with specific templates
you:Validating UI5 manifests against schema requirements
you:Retrieving up-to-date UI5 API documentation within AI agents
you:Converting JavaScript UI5 applications to TypeScript
you:What UI5 frameworks does this MCP server support?
you:How can I customize the CDN URL for UI5 resources?
you:Does the server provide tools for code linting?

When to choose this

Choose this MCP server when working with UI5/SAPUI5 development and want AI assistants to have access to UI5-specific tools for scaffolding, validation, and documentation.

When NOT to choose this

Not suitable if you're not using the UI5 framework or if you need write access capabilities (this server is focused on read-only assistance and scaffolding).

Tools this server exposes

10 tools extracted from the README
  • create_integration_card

    Scaffolds a new UI Integration Card.

  • create_ui5_app

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

  • get_api_reference

    Fetches and formats UI5 API documentation.

  • get_guidelines

    Provides access to UI5 development best practices.

  • get_integration_cards_guidelines

    Provides access to UI Integration Cards development best practices.

  • get_project_info

    Extracts metadata and configuration from a UI5 project.

  • get_typescript_conversion_guidelines

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

  • get_version_info

    Retrieves version information for the UI5 framework.

  • run_manifest_validation

    Validates the manifest against the UI5 Manifest schema.

  • run_ui5_linter

    Integrates with @ui5/linter to analyze and report issues in the UI5 code.

Comparable tools

ui5-lintersap-ui5-mcpopenai-toolsgithub-copilot

Installation

Installation

For most MCP clients, use this configuration:

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

For VS Code (GitHub Copilot):

code --add-mcp '{"name":"@ui5/mcp-server","type": "stdio","command":"npx","args":["-y", "@ui5/mcp-server"]}'

For Claude Code:

claude mcp add --transport stdio --scope user ui5-mcp-server -- npx -y @ui5/mcp-server

FAQ

What UI5 frameworks does this MCP server support?
The server supports both OpenUI5 and SAPUI5 frameworks.
How can I customize the CDN URL for UI5 resources?
Set the UI5_MCP_SERVER_CDN_URL environment variable to override the default CDN URL.
Does the server provide tools for code linting?
Yes, it includes a 'run_ui5_linter' tool that integrates with @ui5/linter to analyze and report issues in UI5 code.

Compare mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.