Forums

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

Claude Code Rovo MCP API Token Authentication

zach_morgan
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!
March 25, 2026

Hi,

 

My atlassian admin and I are struggling to get our workflow working using the Atlassian Rovo MCP with API Token authentication. We are trying to put an automated process in place through our CI/CD pipeline to generate Jira tickets. We have configured everything based on the docs (https://support.atlassian.com/security-and-access-policies/docs/manage-atlassian-rovo-mcp-server/). However, when we connect, the only "tools" available for claude to use are to readonly ones. I am getting this error:

Unfortunately, I'm unable to create a Jira ticket. The Atlassian MCP tools available to me (`getTeamworkGraphContext` and `getTeamworkGraphObject`) are **read-only** — they can fetch and display existing Jira data but cannot create new issues. The attempt to access the Atlassian API also returned a 401 Unauthorized error, which suggests the MCP integration may not be fully configured with write permissions.

I have tried three different API tokens all having full permissions. I've tried removing the mcp connection and putting it back. Nothing seems to get it to have access to any other tools/permissions. We are stuck at this point.

 

This is our mcp configuration

{"mcpServers":{"atlassian":{"type":"http","url":"https://mcp.atlassian.com/v1/mcp","headers":{"Authorization":"Bearer ${{ secrets.ATLASSIAN_MCP_API_TOKEN }}"}}}}

1 answer

1 accepted

2 votes
Answer accepted
zach_morgan
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!
March 25, 2026

Figured it out. Needed Basic auth not Bearer token: Followed this: https://www.builder.io/blog/claude-code-with-jira

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events