Forums

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

claude code with jira MCP constant fail!!!

Dean Hiller
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 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

2 answers

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

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