webcomponents react mcp server for Gemini CLI
io.github.ui5/webcomponents-react-mcp-server
MCP server for UI5 Web Components for React - Developer documentation and API assistance
client:Gemini CLI
transport:stdio
runtime:npm
Install webcomponents react mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"webcomponents-react-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-react-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs