Back to MCP directory
publicPublicdnsLocal runtime

mcp-server

UI5 MCP服务器是一个基于模型上下文协议的工具,专为UI5应用开发设计,提供项目创建、代码分析、API文档查询和开发指南等功能,旨在提升开发者在使用AI辅助工具时的体验。

article

README

UI5开发指南

使用UI5 MCP服务器的get_guidelines工具来获取最新的UI5开发编码标准和最佳实践。

READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
checkNo environment variables required
Claude Desktop
{
  "mcpServers": {
    "ui5-mcp-server": {
      "command": "npx",
      "args": [
        "@ui5/mcp-server"
      ]
    }
  }
}
Save toclaude_desktop_config.json
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client