mcp-server
by UI5·★ 85·综合分 47
UI5 MCP 服务器为 UI5 应用开发和与 AI 代理集成提供专用工具。
概述
UI5 MCP 服务器是一个维护良好的实现,通过 AI 工具提高使用 UI5 框架的开发人员的工作效率。它提供了一整套工具,包括搭建新应用程序、验证清单、获取 API 文档和访问开发指南。服务器同时支持 OpenUI5 和 SAPUI5 框架,最近的提交表明其处于活跃开发状态并积极参与社区建设。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您从事 UI5/SAPUI5 开发并希望 AI 助手能够访问用于搭建、验证和文档的 UI5 特定工具时,选择此 MCP 服务器。
什么时候不要选它
如果您不使用 UI5 框架,或者需要写入功能(此服务器专注于只读辅助和脚手架搭建),则不适合使用。
此 server 暴露的工具
从 README 抽取出 10 个工具create_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.
可对比工具
安装
安装
对于大多数 MCP 客户端,使用以下配置:
{
"mcpServers": {
"@ui5/mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
]
}
}
}对于 VS Code (GitHub Copilot):
code --add-mcp '{"name":"@ui5/mcp-server","type": "stdio","command":"npx","args":["-y", "@ui5/mcp-server"]}'对于 Claude Code:
claude mcp add --transport stdio --scope user ui5-mcp-server -- npx -y @ui5/mcp-serverFAQ
- 这个 MCP 服务器支持哪些 UI5 框架?
- 该服务器支持 OpenUI5 和 SAPUI5 框架。
- 如何自定义 UI5 资源的 CDN URL?
- 设置 UI5_MCP_SERVER_CDN_URL 环境变量来覆盖默认的 CDN URL。
- 服务器是否提供代码检查工具?
- 是的,它包含一个 'run_ui5_linter' 工具,与 @ui5/linter 集成以分析和报告 UI5 代码中的问题。
mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。