Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using the Atlassian Remote MCP Server beta

131 comments

Oleg Gliznutsa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2025

Hi, please add Raycast as a whitelisted MCP client:

The redirect URI is not allowed, the URL is not part of Atlassian whitelisted domains for registered MCP Clients. Redirect URI raycast://oauth?package_name=mcp_server_jira2
Dylan Di Filippo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2025

I have this issue when I try to connect to the integration and I accept the connection
CleanShot 2025-06-17 at 15.02.42@2x.png

Like # people like this
John
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2025

No support for browser extensions?!

The redirect URI is not allowed, the URL is not part of Atlassian whitelisted domains for registered MCP Clients. Redirect URI
https://<app id>.chromiumapp.org/oauth/callback

 

https://developer.chrome.com/docs/extensions/reference/api/identity#method-getRedirectURL 

david_conde
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 18, 2025

Would it be possible for the issueLink API to be added to the mcp server? I'm really liking the Jira integration but I need to ability to link issues.

Daniel Cotter
Contributor
June 18, 2025

So much Demand!

Please Atlassian, don't drag your feet on building out MCP!

Dan Jackson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2025

Please add Copilot support for this, also you will need to add support for Streamable transport as Microsoft are deprecating SSE in their Copilot MCP support (see Extend your agent with Model Context Protocol - Microsoft Copilot Studio | Microsoft Learn)

Like # people like this
Juha Palomaki
Contributor
June 23, 2025

Thanks, this is a really useful tool. Using this already to create new issues and update existing ones from Claude Code workflows. 

One thing I noticed is that Claude did not find a tool for creating new release to my project (to be used in the default fixVersion field). This would be quite useful addition. 

Daniel McKenzie
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 23, 2025

Hi,

 

I am trying to connect curson on https://mcp.atlassian.com/v1/sse, it brings me to the login page, I accept, it moves me back to cursor to accept the redirect but when I do I get this error :

2025-06-23 10:21:59.398 [info] [user-Test] Received OAuth callback with code
2025-06-23 10:21:59.755 [error] [user-Test] Failed to complete OAuth exchange Token exchange failed: HTTP 400

Any idea what can cause this, some collegues are able to log on the corporate Jira with the same setup? What am I missing?
jsanchezch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 23, 2025

Thanks, it was so easy to configure with claude.ia

Currently, I am working on maximizing the benefits of this integration.

 

 

Alexander Steblin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2025

Hey guys, I configured the mcp server in vscode and authorized the app with my user (on Windows). Is there a way to change the user? I mean to logout and login with a different user? I could not find any option for that. thx

Thomas Klein
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2025

...

Tal Fishler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2025

I'm running Claude Code inside a docker container so the `localhost` callback url does not work. Can we provide a custom ip / address for the callback url? 

 

Thanks. 

Bruno Bellini June 25, 2025

Hi!

Is there any plan for this MCP to be able to integrate to chatGPT MCP Connectors?
I´ve tried today but it says it´s not compatible.

Oleksandr Kroch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 26, 2025

You can add this MCP to Claude Code via the CLI using the following command:

claude mcp add atlassian --transport sse https://mcp.atlassian.com/v1/sse

After this, you will need to complete the OAuth authorization

Don O_Leary
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 27, 2025

Is there a whitelist process for developers to build on top of the MCP Server? 

Michael Czeiszperger
Contributor
June 27, 2025

Great job!  But no love for bitbucket :-(.  

Juha Palomaki
Contributor
June 29, 2025

I started getting Error: {"error":true,"message":"Cloud id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx isn't explicitly granted by the user."} with the SSE from Claude Code. 

Used to work fine. Now Claude Code can't even retrieve list of projects. I checked that the cloud id is correct. Retrieving my user information works, so authentication seems to be ok. 

Like # people like this
lucasgedak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 29, 2025

I'm getting the error {"error":true,"message":"Cloud id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx isn't explicitly granted by the user."} as well.  I'm glad it's not be because it's been driving me nuts. Let me know if you find a fix @Juha Palomaki

Like Prithveesh Goel likes this
Yoav Alon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 30, 2025

MCP stopped working for us as well, the getAccessibleAtlassianResources is returning empty resources suddenly 

Like Graeme Tait likes this
Chris Jackson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 30, 2025

In powershell, run "npx -y mcp-remote https://mcp.atlassian.com/v1/sse"

It'll likely fail, but give you a link that it tried to auth with. "Please authorize this client by visiting:" - Click that link and it'll reauth you again. Once complete you should be able to disable the integration and re-enable it or restart the app and it'll auth like normal.

 

Antonio Gil Coto June 30, 2025

Hi, 
on may 23th, @Nadir Jabbarli asked about MCP Server integration for Data Server deployments..
The answer by @Calum Leslie was "no, at present"

Has there been any change in this regard?

Thank you very much!

Antonio

Calum Leslie
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 30, 2025

@Antonio Gil Coto No change at this time.

Amit Dsouza
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2025

Is the code for the Atlassian MCP server Open source? 

If yes can you provide me a link to the git repo please 

Sergey Yamshchikov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2025

Is it possible to user service account for the MCP remote server to limit access scope, currently it get quite wide access scope and we don't have any options to limit it (e.g. read only, specific space, etc.) for improved security?

Prithveesh Goel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2025

Folks did anyone find any resolution to this issue:

`{"error":true,"message":"Cloud id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx isn't explicitly granted by the user."}`

 

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events