Hemanth Mcp Ui Server
Freeby MCP Community
> Sample implementation of [MCP Apps Extension (SEP-1865)](https://github.com/modelcontextprotocol/ext-apps) - interactive HTML/JS UIs through MCP tools.
v1.0.0Added Apr 12, 2026
Hemanth Mcp Ui Server MCP Server
Sample implementation of MCP Apps Extension (SEP-1865) - interactive HTML/JS UIs through MCP tools.
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/hemanth-mcp-ui-server
Add to claude_desktop_config.json
{
"mcpServers": {
"hemanth-mcp-ui-server": {
"command": "npx",
"args": ["-y", "@iflow-mcp/hemanth-mcp-ui-server"]
}
}
}