Loading MCP server directory, please wait...
MCP server for SAPUI5/OpenUI5 development
npx @getmcp/cli add io.github.UI5/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.UI5/mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_MCP_SERVER_ALLOWED_DOMAINS": "localhost, services.odata.org",
"UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT": "false",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "false",
"UI5_LOG_LVL": "info",
"UI5_DATA_DIR": "The '.ui5' directory in the user's home directory"
}
}
}
}