Forums

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

Atlassian Remote MCP Server beta now available for desktop applications

66 comments

Avneet Saxena
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 9, 2025

[20172] [20172] Connecting to remote server: https://mcp.atlassian.com/v1/sse
[20172] Using transport strategy: http-first
Could not load OAuth Protected Resource metadata, falling back to /.well-known/oauth-authorization-server Error: Resource server does not implement OAuth 2.0 Protected Resource Metadata.

 

Getting this now on starting the Jira MCPd. It was working on June 6th . Any idea anyone ?

Like # people like this
Jose Martinez June 10, 2025

Looks like they removed compass from the OAUTH scopes.

This is working for me today 🥳.

Satheesh Balachandran
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 12, 2025

Hi, What are the available authentication mechanism available? Will be only via 3LO OAuth, where we have to open the URI in browser and authenticate to the server?

To connect this MCP with agents, are there options to connect via PAT or API Tokens on a headless service?

Like # people like this
Jitendra Vyas
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 m getting this message when I try to use it in our company. We are not able to find solution for it CleanShot 2025-06-18 at 10.51.23.jpg

henriquevalcanaia
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

Started getting this from Cursor:

 

```log

2025-06-19 12:09:22.853 [info] user-atlassian: Handling CreateClient action
2025-06-19 12:09:22.854 [info] user-atlassian: Starting new stdio process with command: npx -y mcp-remote https://mcp.atlassian.com/v1/sse
2025-06-19 12:09:23.399 [error] user-atlassian: file:///Users/henrique/.npm/_npx/705d23756ff7dacc/node_modules/open/index.js:7
import fs, {constants as fsConstants} from 'node:fs/promises';
^^^^^^^^^
SyntaxError: The requested module 'node:fs/promises' does not provide an export named 'constants'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:128:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:194:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
at async loadESM (node:internal/process/esm_loader:88:5)
at async handleMainPromise (node:internal/modules/run_main:61:12)

2025-06-19 12:09:23.405 [info] user-atlassian: Client closed for command

```

Anjan Sp
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 22, 2025

Hello @Kun Chen I'm getting an error while creating new tickets, and it says there are some required fields missing. However, AI agent is not able to add those required fields because they are all custom fields.

Are custom fields currently supported while creating new Jira tickets through MCP?

Jose Martinez June 23, 2025

@Anjan Sp - Prompt the llm to fill out the required fields, guide the llm so that it fetches the ids of the custom fields before it creates the ticket.

example:
```
Create a new ticket ...

Fill out the following required fields:
* Name
* Acceptance Criteria
* ETC

Some of the required fields are custom fields - if you do not know the custom field ids, retrieve them from JIRA before creating the ticket.
```

Like Anjan Sp likes this
S Jain_ Gokul
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

When i am trying to connect to  the vs code with the settings.json as,

"MCP-Confluence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
]

the server is getting connected but the tools are not listed in copilot chat. Is that any authtication error .

I also tried in terminal with ,

npx -y mcp-remote https://mcp.atlassian.com/v1/sse

facing this error .

npx -y mcp-remote https://mcp.atlassian.com/v1/sse
[1466] Using existing client port: 5598
[1466] [1466] Connecting to remote server: https://mcp.atlassian.com/v1/sse
[1466] Using transport strategy: http-first
Could not load OAuth Protected Resource metadata, falling back to /.well-known/oauth-authorization-server Error: Resource server does not implement OAuth 2.0 Protected Resource Metadata.
at discoverOAuthProtectedResourceMetadata (file:///Users/gsjain/.npm/_npx/705d23756ff7dacc/node_modules/mcp-remote/dist/chunk-4PNJQ7WT.js:12070:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async authInternal (file:///Users/gsjain/.npm/_npx/705d23756ff7dacc/node_modules/mcp-remote/dist/chunk-4PNJQ7WT.js:11959:30)
at async auth (file:///Users/gsjain/.npm/_npx/705d23756ff7dacc/node_modules/mcp-remote/dist/chunk-4PNJQ7WT.js:11944:12)
at async StreamableHTTPClientTransport.send (file:///Users/gsjain/.npm/_npx/705d23756ff7dacc/node_modules/mcp-remote/dist/chunk-4PNJQ7WT.js:13022:26)
[1466]
Please authorize this client by visiting:
https://mcp.atlassian.com/v1/authorize?response_type=code&client_id=yIexkGcsdCHrI7KK&code_challenge=t_K1_vR3jjlfk_1Uo9CKXTidWl722Kv5vUJp4j-b6p4&code_challenge_method=S256&redirect_uri=http%3A%2F%2Flocalhost%3A5598%2Foauth%2Fcallback&state=eebccdc2-cf42-4e91-b72a-f5a0e1ba4df9

[1466] Browser opened automatically.
[1466] Authentication required. Initializing auth...
[1466] Initializing auth coordination on-demand.

is there any fix to this while working on vs code . 




Like Vito Zhan likes this
Eduardo Pinzon
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 having this issues aways when I set the json configuration:  [mcpServers]message: The "file" argument must be of type string. Received undefined stack: TypeError: The "file" argument must be of type string. Received undefined

 

Has anyone stumbled upon the same trouble?

{
"servers": {
"mcpServers": {
"atlassian": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/sse"
]
}
}
}
}
Jose Martinez June 25, 2025

@Eduardo Pinzon you have to remove the outer "server" object.

It should work with the following:

{
"mcpServers": {
"atlassian": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/sse"
]
}
}
}

 

Krish S Shah
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

while using tools to create new spaces or new pages in specific [personal] space, the spaceID requires a long value but the confluence page has either a string value [other spaces] or a very long numeric value starting with ~ causing errors in these tools. 

how can we find the long int spaceID?

 

Sebastian Grunow
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

I can't login using claude code anymore. It worked once, but stopped working a few days ago.

Everytime I try to authenticate by opening the provided link in a browser, it just states:

The redirect URI is not allowed, the URL is not part of Atlassian whitelisted domains for registered MCP Clients. Redirect URI

Already reported to claude code in case the client is misconfigured. If you could provide guidance on how to fix this, or fix it yourself, any help would be appreciated. Maybe you can also advise the claude code team how to correctly configure the client. Thank you.

https://github.com/anthropics/claude-code/issues/2521

Dean De Carli
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 28, 2025

I can authenticate and list the tools, but I am unable to use any of the tools.

atlassianUserInfo returns nothing, as does getAccessibleAtlassianResources. Just an empty array {}. I have tried with and without dummy arguments, etc, and they still just return an empty array. I also got the cloud-id for my organization and tried to list the confluence spaces, but it says I have not granted explicit access (I have, because on the auth page it asks explicitly if my user would like to grant access from MCP to the organization). Other times it says "failure listing resources: server atlassian-mcp-server does not support resources".

Has anyone been able to solve the issue where they can authenticate and list the tools but cannot otherwise use the MCP? I see others have had this problem too.

Start:

 

PS C:> npx mcp-remote https://mcp.atlassian.com/v1/sse
[18568] Using existing client port: 5598
[18568] [18568] Connecting to remote server: https://mcp.atlassian.com/v1/sse
[18568] Using transport strategy: http-first
[18568] Received error: Error POSTing to endpoint (HTTP 404): Not Found
[18568] Recursively reconnecting for reason: falling-back-to-alternate-transport
[18568] [18568] Connecting to remote server: https://mcp.atlassian.com/v1/sse
[18568] Using transport strategy: sse-only
[18568] Connected to remote server using SSEClientTransport
[18568] Local STDIO server running
[18568] Proxy established successfully between local STDIO and remote SSEClientTransport
[18568] Press Ctrl+C to exit



Manual json requests for debug:

{ "jsonrpc": "2.0", "method": "atlassianUserInfo", "params": {}, "id": "2"}
[7660] [Local→Remote] atlassianUserInfo
[7660] [Remote→Local] 2
{"jsonrpc":"2.0","id":"2","error":{"code":-32601,"message":"Method not found"}}

{ "jsonrpc": "2.0", "method": "tools/list", "id": "1"}

< list out all the tools...very long>

 

 

Like # people like this
Administrator
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

Sweet! Thank you :)

Steven Bell
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

I'd like to put in a feature request for the officially supported MCP server to be able to accept credentials as input in a way similar to https://github.com/sooperset/mcp-atlassian. This would allow the server to be accessed programmatically in agentic flows like GitHub Code Agent where there is no human auth available.

Like Ryan_Buschmeyer likes this
Paul McGarry
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 6, 2025

Is there a way to connect multiple sites?
I have Jira and Confluence in one site and some other Confluence docs in a seperate site and would like to be able to access both.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events