mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #23984] feat: Add MCP prompt support in chats #123450
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 @ultramancode on GitHub (Apr 22, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23984
Check Existing Issues
Verify Feature Scope
Problem Description
Open WebUI already supports MCP servers for tools and related capabilities, but there is still no direct chat UX for MCP prompts.
If an MCP server exposes prompts, users currently cannot:
This leaves an important MCP capability underexposed in the main chat workflow.
This is especially noticeable when building or testing MCP server integrations, where server-defined prompts are often part of the workflow but cannot currently be invoked directly from chat.
Desired Solution you'd like
Add a dedicated MCP prompt flow in chat:
prompts/list.prompts/get.Alternatives Considered
None
Additional Context
@ultramancode commented on GitHub (Apr 22, 2026):
I opened a follow-up PR for this issue: #23985