Authentication
MCP Atlassian supports three authentication methods depending on your Atlassian deployment type.API Token (Cloud) - Recommended
The simplest method for Atlassian Cloud users.1
Create API Token
2
Generate Token
Click Create API token, give it a name
3
Copy Token
Copy the token immediately - you won’t see it again
Personal Access Token (Server/Data Center)
For Server or Data Center deployments.1
Access Profile
Go to your profile (avatar) → Profile → Personal Access Tokens
2
Create Token
Click Create token, name it, set expiry
3
Copy Token
Copy the token immediately
For self-signed certificates, set
JIRA_SSL_VERIFY=false and/or CONFLUENCE_SSL_VERIFY=false.OAuth 2.0 (Cloud) - Advanced
OAuth 2.0 provides enhanced security features but requires more setup. For most users, API Token authentication is simpler and sufficient.Setup Steps
1
Create OAuth App
Go to Atlassian Developer Console and create an “OAuth 2.0 (3LO) integration” app
2
Configure Permissions
Add scopes for Jira/Confluence as needed
3
Set Callback URL
Set to
http://localhost:8080/callback4
Run Setup Wizard
5
Complete Authorization
Follow prompts for Client ID, Secret, URI, and Scope, then complete browser authorization
Bring Your Own Token (BYOT)
If you manage OAuth tokens externally (e.g., through a central identity provider):Multi-Cloud OAuth
For multi-tenant applications where users provide their own OAuth tokens:-
Enable minimal OAuth mode:
-
Users provide authentication via HTTP headers:
Authorization: Bearer <user_oauth_token>X-Atlassian-Cloud-Id: <user_cloud_id>