Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
AlexanderStraub
Contributor II
Contributor II

Connect Claude running on Bedrock to Qlik Cloud MCP

Hi,

 

my company runs their Claude models on Amazon bedrock, and not via the Claude Desktop App. I can access Claude via Windows Terminal and would like to allow Claude accessing our Qlik Cloud Tenant. Following the Help Document here Connecting to the Qlik MCP server | Qlik Cloud Help for the way to connect to Claude with the OAuth Client ID 76d3f46e87655a50424bec7e0f0bb1e2 I get the error :

{"errors":[{"title":"Invalid redirect_uri","detail":"redirect_uri is not registered","code":"OAUTH-1","status":"400"}],"traceId":"xxx"}

(the redirect URL is localhost*/callback, because I’m acessing it via Windows Terminal)

 

I also tried to create an OAuth client (Native or Web). And add this Client ID in the MCP-configuration. Doing so I shortly get a success-screen. But Claude responds “Got new credentials, but qlik_native rejected them on reconnect. Try re-authenticating, or restart Claude Code if it persists.”

In Qlik I see the following events:

AlexanderStraub_0-1785928212828.png

 

 

Any ideas how I could fix that?

Cheers

Alex

Labels (2)
1 Solution

Accepted Solutions
AlexanderStraub
Contributor II
Contributor II
Author

I think now I got it after discovering this post: Full Guide: Qlik Cloud MCP + Gemini CLI + Antigrav... - Qlik Community - 2550795 

The missing piece was the scope mcp:execute for the native oAuth, I created.

View solution in original post

1 Reply
AlexanderStraub
Contributor II
Contributor II
Author

I think now I got it after discovering this post: Full Guide: Qlik Cloud MCP + Gemini CLI + Antigrav... - Qlik Community - 2550795 

The missing piece was the scope mcp:execute for the native oAuth, I created.