Odel
webcomponents mcp server

webcomponents mcp server

Local
@ui519TypeScriptApache-2.0Updated 1w ago

MCP server for UI5 Web Components development assistance

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/webcomponents-mcp-serverv0.1.2

Run

npx -y @ui5/webcomponents-mcp-server

MCP client config

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