MCP Server
Active
Apache-2.0
io.github.UI5/webcomponents-mcp-server MCP Server
io.github.UI5/webcomponents-mcp-server
What is the io.github.UI5/webcomponents-mcp-server MCP server?
MCP server for UI5 Web Components development assistance
How to install io.github.UI5/webcomponents-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"webcomponents-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"webcomponents-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webcomponents-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"webcomponents-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ui5/webcomponents-mcp-server"
]
}
}
}Claude Code
claude mcp add webcomponents-mcp-server -- npx -y @ui5/webcomponents-mcp-serverRelated MCP servers
Documentation and API assistance for building UIs with UI5 Web Components for React.
534
View repository →TypeScript
Apache-2.0
io.github.UI5/mcp-server
Active
MCP server for SAPUI5/OpenUI5 development
89
View repository →TypeScript
Apache-2.0