mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #21097] feat: Support input of static oauth client data #34911
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 @inih-elliptic on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21097
Check Existing Issues
Verify Feature Scope
Problem Description
I am trying to register a new MCP server onto my open-webui instance. Rather than using dynamic registration, the remote server are providing the client ID and client secret in order to register/connect. However, the UI doesn't allow us to manually input the client ID. We can only register clients dynamically. For example, I am trying to setup HubSpot's MCP (Instructions here) on OWUI. I am unable to do so as they don't provide the registration endpoint but their instructions provide a client ID and secret for us to use.
Desired Solution you'd like
Reviewing the MCP spec and Hubspot's MCP, while not supporting dynamic client registration, they have provided alternative methods of granting us the client ID. The desired solution would be to input this information via the UI, API and/or Environment Variables
Alternatives Considered
Additional Context