Skip to content

webcomponents react mcp server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install webcomponents react mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

webcomponents react mcp server in other clients