Odel
mcp server

mcp server

Local
@ui599TypeScriptApache-2.0Updated 5 days ago

MCP server for SAPUI5/OpenUI5 development

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ui5/mcp-serverv0.2.18

Run

npx -y @ui5/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ui5/mcp-server"
      ]
    }
  }
}