Skip to content

webcomponents react mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install webcomponents react mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

webcomponents react mcp server in other clients