Forums

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

claude code with jira MCP constant fail!!!

Dean Hiller October 7, 2025

From claude code side, I have it working with ALL MCP servers I want(sentry, playwright, firestore) EXCEPT jira MCP server which constantly says 

 

"> /mcp
⎿  Authentication successful, but server reconnection failed. You may need to manually restart Claude Code for the changes to take effect."

I restart and still does not work.

 

On the flipside, claude.ai works fine but I think uses a different auth process with atlassian perhaps?    so the atlassian MCP server works!!! but only on claude.ai

 

soooo, is this a jira atlassian MCP server bug for auth or a claude code bug.  linking claude code issue -> https://github.com/anthropics/claude-code/issues/9127

4 answers

1 vote
Clonch_ Chris A
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!
October 13, 2025

From the linked Claude Code issue (!9127), this is due to the removal of SSE for MCPs in version > 2.0.9 since it was deprecated from the MCP standard (https://github.com/modelcontextprotocol/modelcontextprotocol/pull/206).

Is there plans from Atlassian to upgrade their MCP to use to HTTP or STDIO instead?

I'm much prefer to stay on latest versions of Claude Code _and_ use vendor provided MCPs as much as possible.  I don't like the thought of using some kind of MCP proxy given the risk of supply chain attacks.

Clonch_ Chris A
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!
October 15, 2025

Managed to track down the GitHub project and filed a bug -- https://github.com/atlassian/atlassian-mcp-server/issues/8.

Like Guillaume Hébert likes this
0 votes
Dean Hiller October 15, 2025

SSE is being removed so this is an atlassian bug to port to the newer protocols and is broken until they do!!!

0 votes
David Asaf - atd-us
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!
October 9, 2025

I run into this every now and then with different clients. Codex. Claude Code. Cursor. 

I usually switch between direct SSE server to proxy like below

"atlassian-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--extension"
],
"env": {}
},
0 votes
Dean Hiller October 9, 2025

VERY odd as sentry MCP server uses same protocol and is working so is it claude or jira -> 

"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/sse"
},
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events