mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #7424] Add Support for the Model Context Protocol #14744
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asaikali on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7424
The Model Context Protocol https://modelcontextprotocol.io/introduction provides a generic way for a GUI such as open-webui to pull in arbitrary data into the chat. MCP was open sourced by Anthropic, the user experience of MCP + Claude Desktop app is very nice try the quick start at https://modelcontextprotocol.io/quickstart
It would be awesome if MCP was fully supported by OpenWeb UI then folks can bring their own MCP servers and connect them to OpenWeb UI and have a very rich experience.