mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22615] issue: MCP integrations not working for users level #35295
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 @tynyanovnik on GitHub (Mar 12, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22615
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When a user with appropriate permissions attempts to connect MCP integrations (Streamable HTTP) directly from their account (not via admin panel), the integration works. User can use this integration in chats.
Actual Behavior
The integration fails to function properly. When switching to Streamable HTTP type:
openapi.jsoninstead of the expected Streamable HTTP endpoint.Steps to Reproduce
Logs & Screenshots
I don't see any errors in logs.
Additional Information
The same MCP integration, when created via the admin panel, works correctly - indicating the issue is specific to user-facing configuration.
Is this behavior a bug, or is it intentional?
@tjbck commented on GitHub (Mar 15, 2026):
Intended behaviour, mcp should not have been visible from the user settings. Addressed in dev!