Skip to content

webcomponents react mcp server for VS Code

io.github.ui5/webcomponents-react-mcp-server

MCP server for UI5 Web Components for React - Developer documentation and API assistance

client:VS Code transport:stdio runtime:npm

Install webcomponents react mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "webcomponents-react-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ui5/webcomponents-react-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

webcomponents react mcp server in other clients