Apps
Freeby MCP Community
MCP Apps Server for rendering Module Federation components as interactive UIs in AI Agents
v0.0.6Added Apr 12, 2026
mcpmcp-appsmcp-servermodule-federationmicro-frontend
Apps MCP Server
MCP Apps Server for rendering Module Federation components as interactive UIs in AI Agents
Installation
npx -y @module-federation/mcp-apps
Reviews
Installation
Quick install
npx -y @module-federation/mcp-apps
Add to claude_desktop_config.json
{
"mcpServers": {
"apps": {
"command": "npx",
"args": ["-y", "@module-federation/mcp-apps"]
}
}
}