Apps Middleware
Freeby MCP Community
MCP Apps middleware for AG-UI that enables UI-enabled tools from MCP (Model Context Protocol) servers.
v0.0.3Added Apr 12, 2026
Apps Middleware MCP Server
MCP Apps middleware for AG-UI that enables UI-enabled tools from MCP (Model Context Protocol) servers.
Installation
Reviews
Installation
Quick install
npx -y @ag-ui/mcp-apps-middleware
Add to claude_desktop_config.json
{
"mcpServers": {
"apps-middleware": {
"command": "npx",
"args": ["-y", "@ag-ui/mcp-apps-middleware"]
}
}
}