Forums

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

bitbucket mcp server

Chris Su
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!
May 14, 2026

Could you share the official Bitbucket MCP server URL?

Alternatively, do you have step-by-step instructions for configuring a Bitbucket MCP server URL in IDE plugins like IntelliJ or Cursor?

1 answer

0 votes
Ajay _view26_
Community Champion
May 14, 2026

Hi @Chris Su 

Atlassian's official MCP server endpoint is  https://mcp.atlassian.com/v1/mcp — that's the one you want for Bitbucket (and Jira) access.

Authentication - You'll need an Atlassian API token. Generate one at id.atlassian.com under Security → API tokens. The server uses OAuth 2.0 / bearer token auth, so keep that token handy.

 

Configuring in Cursor

1. Open Cursor Settings → MCP (or edit `~/.cursor/mcp.json` directly).

2. Add a new server entry:

json { "mcpServers": {
"atlassian": {
"url": "https://mcp.atlassian.com/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
} } } } 

 3. Save and restart Cursor. The Atlassian tools should appear in your MCP tool list.

Also note to make sure your Atlassian account has the right workspace/repo permissions, otherwise tool calls will return 403s even with a valid token.

Chris Su
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!
May 15, 2026

I followed your suggestion, but it appears that there are only two tools available: getTeamworkGraphContext and getTeamworkGraphObject, both working with the Teamwork Graph. There don’t seem to be any Bitbucket tools for creating pull requests or merging code.Screenshot 2026-05-15 at 17.04.34.png

Chris Su
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!
May 15, 2026

I checked all the available tools on the MCP server, but I didn't see any Bitbucket MCP tools listed in the screenshot.Screenshot 2026-05-15 at 10.14.36.png

Suggest an answer

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

Atlassian Community Events