Back to Apps

OpenGenUI MCP
Supports UIby adner
Turns natural-language descriptions into interactive HTML/JS UI components using the AG-UI protocol.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
OpenGenUI MCP is an MCP Apps server that transforms a text description into a fully functional, interactive HTML/JS UI component. It leverages a LangGraph deep agent over the AG-UI protocol to generate visual components and renders them as sandboxed views within the MCP host.
Key features
- Generative UI: Converts natural language into interactive visualizations.
- Sandboxed Execution: Renders components in a secure iframe.
- AG-UI Integration: Driven by the OpenGenerativeUI agent for high-quality component logic.
- Multi-Host Support: Works across various MCP-compliant hosts including Microsoft 365 Copilot.
Installation
- Claude Desktop: Add the HTTP endpoint
http://localhost:3101/mcpto your config. - VS Code Copilot: Add to
mcp.json:
{
"servers": {
"opengen-ui": { "type": "http", "url": "http://localhost:3101/mcp" }
}
}
Supported hosts
- Claude
- VS Code Copilot
- Microsoft 365 Copilot
Quick install
npm install opengen-ui-mcpInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add http://localhost:3101/mcp to your mcpServers configuration.VS Code Copilot
{
"servers": {
"opengen-ui": { "type": "http", "url": "http://localhost:3101/mcp" }
}
}





