open-webui-mcp.md

Open WebUI MCP

from"openwebui"
650

Open WebUI for LLMs

AI & ML
Open WebUIinterfaceself-hostedLLM
install.sh
# Clone the repository
$git clone https://github.com/open-webui/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve