open-webui-mcp-server
Verified Safeby troylar
Overview
An MCP server that exposes Open WebUI's API as tools, allowing AI assistants to manage users, groups, models, knowledge bases, and more.
Installation
openwebui-mcpEnvironment Variables
- OPENWEBUI_URL
- OPENWEBUI_API_KEY
- MCP_TRANSPORT
- MCP_HTTP_HOST
- MCP_HTTP_PORT
- MCP_HTTP_PATH
Security Notes
The server acts as a pass-through proxy for Open WebUI's API. It handles authentication by forwarding the incoming user's bearer token or using a configured API key, prioritizing the incoming token to enforce permission-awareness. All permission checks are enforced by the underlying Open WebUI API. No direct `eval` or obvious malicious patterns found. The main security considerations are the security of the Open WebUI instance itself and proper configuration of access to this MCP server.
Similar Servers
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
assisted-service-mcp
Serves as an MCP (Model Context Protocol) intermediary, providing tools to interact with and manage OpenShift clusters via the Red Hat Assisted Installer API.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
Local_MCP_Client
The client acts as a cross-platform web and API interface for natural language interaction with configurable MCP servers, facilitating structured tool execution and dynamic agent behavior using local LLMs.