data-ai MCP Server
The UI5 MCP server improves the developer experience when working with agentic AI and the UI5 framework.
Discovered via github-seeds and last synced 3mo ago.
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)
Scaffolds a new UI5 application based on a set of templates.
Provides access to UI5 development best practices.
Fetches and formats UI5 API documentation.
Retrieves version information for the UI5 framework.
Provides access to UI Integration Cards development best practices.
Extracts metadata and configuration from a UI5 project.
Integrates with [`@ui5/linter`](https://github.com/UI5/linter) to analyze and report issues in the UI5 code.
Scaffolds a new UI Integration Card.
Validates the manifest against the UI5 Manifest schema.
Provides guidelines for converting UI5 applications and controls from JavaScript to TypeScript.