Skip to content

webcomponents react mcp server for Zed

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

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

client:Zed transport:stdio runtime:npm

Install webcomponents react mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

webcomponents react mcp server in other clients