Start MCP Server Without User Authentication via OAuth #264
Replies: 1 comment
I'm after the same answer, the e2e solution doesn't seem to stack up. I'm using 0.0.20 with the config below. On tool creation in openwebui the OAuth process triggers but there's nobody waiting so the OAuth fails and the tool list openapi is empty. Is there some way in the chat to indicate 'please re-register' ? The remote MCP isn't getting any hits from the mcpo instance after failed initial setup. I'm trying to build with OAuth DCR to handle multiple individuals using same remote MCP each with their tokens separately handled. |
Uh oh!
There was an error while loading. Please reload this page.
I’d like to understand how to start the MCP server using MCPO without requiring the user to authenticate on the OAuth server manually.
Currently, when starting the mcp servers, MCPO handles the authentication flow itself. However, the desired setup is to have the MCP client (e.g., ChatGPT, Claude, etc.) be responsible for authenticating the user and handling OAuth redirects when attempting to use MCP tools.
All reactions