open-webui-mcp-server

RonasIT/open-webui-mcp-server
★ 9 stars TypeScript 🌐 Browser/Web Updated 9d ago
Simple MCP server to access your knowledge in Open WebUI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-webui-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "RonasIT/open-webui-mcp-server"
      ]
    }
  }
}