mcp-server
by UI5·★ 85·Score 47
The UI5 MCP server provides specialized tools for UI5 application development and integration with AI agents.
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:
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 READMEcreate_integration_cardScaffolds a new UI Integration Card.
create_ui5_appScaffolds a new UI5 application based on a set of templates.
get_api_referenceFetches and formats UI5 API documentation.
get_guidelinesProvides access to UI5 development best practices.
get_integration_cards_guidelinesProvides access to UI Integration Cards development best practices.
get_project_infoExtracts metadata and configuration from a UI5 project.
get_typescript_conversion_guidelinesProvides guidelines for converting UI5 applications and controls from JavaScript to TypeScript.
get_version_infoRetrieves version information for the UI5 framework.
run_manifest_validationValidates the manifest against the UI5 Manifest schema.
run_ui5_linterIntegrates with @ui5/linter to analyze and report issues in the UI5 code.
Comparable tools
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-serverFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.