MCP Setup fails with LM Studio?

It seems LM Studio doesn’t open an OAuth browser instance for MCP authorization:

2026-04-11 10:38:06 [ERROR]
 [Plugin(mcp/newsblur)] stderr: Error in LM Studio MCP bridge process: _0x1c0d05 [Error]: SSE error: Non-200 status code (401)
    at <computed>.onerror (/Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:223185)
    at _0x2b7e9a._0x2a81d3 (/Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:366055)
    at /Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:359726
    at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
  code: 401,
  event: {
    type: 'error',
    message: 'Non-200 status code (401)',
    code: 401,
    defaultPrevented: false,
    cancelable: false,
    timeStamp: 1197.570625
  }
}
_0x1c0d05 [Error]: SSE error: Non-200 status code (401)
    at <computed>.onerror (/Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:223185)
    at _0x2b7e9a._0x2a81d3 (/Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:366055)
    at /Applications/LM Studio.app/Contents/Resources/app/.webpack/lib/mcpbridgeworker.js:29:359726
    at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
  code: 401,
  event: {
    type: 'error',
    message: 'Non-200 status code (401)',
    code: 401,
    defaultPrevented: false,
    cancelable: false,
    timeStamp: 1197.570625
  }
}

So how is it expected to work with oauth login? How does it work with any mcp server? You have to pre register an access token and feed it in manually?

I haven’t used any other MCP servers with LM Studio (https://lmstudio.ai) that require OAuth - all others are local or use a pre-generated token.