MCP Atlassian
Example Usage
- ** Automatic Jira Updates** - "Update Jira from our meeting notes"
- ** AI-Powered Confluence Search** - "Find our OKR guide in Confluence and summarize it"
- ** Smart Jira Issue Filtering** - "Show me urgent bugs in PROJ project from last week"
- ** Content Creation & Management** - "Create a tech design doc for XYZ feature"
Feature Demo
Compatibility
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
Quick Start Guide
1. Authentication Setup
For Cloud
- Click Create API token, name it
- Copy the token immediately
For Server/Data Center
- Go to your profile (avatar) Profile Personal Access Tokens
- Click Create token, name it, set expiry
- Copy the token immediately
2. Installation
IDE Integration
[!TIP] To apply the configuration in Claude Desktop:Method 1 (Recommended): Click hamburger menu ( ) > Settings > Developer > "Edit Config" buttonMethod 2: Locate and edit the configuration file directly:For Cursor: Open Settings Features MCP Servers + Add new global MCP server
Configuration Methods
- Passing Variables Directly (shown in examples below)
- Using an Environment File with
--env-fileflag (shown in collapsible sections)
[!NOTE] Common environment variables include:See the .env.example file for all available options.
Configuration Examples
[!NOTE] SetCONFLUENCE_SSL_VERIFYandJIRA_SSL_VERIFYto "false" only if you have self-signed certificates.
SSE Transport Configuration
- Start the server manually in a terminal:
- Configure your IDE to connect to the running server via its URL:
Tools
Confluence Tools
confluence_search: Search Confluence content using CQL
confluence_get_page: Get content of a specific page
confluence_create_page: Create a new page
confluence_update_page: Update an existing page
Jira Tools
jira_get_issue: Get details of a specific issue
jira_search: Search issues using JQL
jira_create_issue: Create a new issue
jira_update_issue: Update an existing issue
jira_transition_issue: Transition an issue to a new status
jira_add_comment: Add a comment to an issue
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
Troubleshooting & Debugging
Common Issues
- Authentication Failures:
- SSL Certificate Issues: If using Server/Data Center and encounter SSL errors, set
CONFLUENCE_SSL_VERIFY=falseorJIRA_SSL_VERIFY=false
- Permission Errors: Ensure your Atlassian account has sufficient permissions to access the spaces/projects
Debugging Tools
Security
- Never share API tokens
- Keep .env files secure and private
- See SECURITY.md for best practices
Contributing
- Check out our CONTRIBUTING.md guide for detailed development setup instructions.
- Make changes and submit a pull request.
License
MCP Atlassian
Example Usage
- ** Automatic Jira Updates** - "Update Jira from our meeting notes"
- ** AI-Powered Confluence Search** - "Find our OKR guide in Confluence and summarize it"
- ** Smart Jira Issue Filtering** - "Show me urgent bugs in PROJ project from last week"
- ** Content Creation & Management** - "Create a tech design doc for XYZ feature"
Feature Demo
Compatibility
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
[object Object] | [object Object] | [object Object] |
Quick Start Guide
1. Authentication Setup
For Cloud
- Click Create API token, name it
- Copy the token immediately
For Server/Data Center
- Go to your profile (avatar) Profile Personal Access Tokens
- Click Create token, name it, set expiry
- Copy the token immediately
2. Installation
IDE Integration
[!TIP] To apply the configuration in Claude Desktop:Method 1 (Recommended): Click hamburger menu ( ) > Settings > Developer > "Edit Config" buttonMethod 2: Locate and edit the configuration file directly:For Cursor: Open Settings Features MCP Servers + Add new global MCP server
Configuration Methods
- Passing Variables Directly (shown in examples below)
- Using an Environment File with
--env-fileflag (shown in collapsible sections)
[!NOTE] Common environment variables include:See the .env.example file for all available options.
Configuration Examples
[!NOTE] SetCONFLUENCE_SSL_VERIFYandJIRA_SSL_VERIFYto "false" only if you have self-signed certificates.
SSE Transport Configuration
- Start the server manually in a terminal:
- Configure your IDE to connect to the running server via its URL:
Tools
Confluence Tools
confluence_search: Search Confluence content using CQL
confluence_get_page: Get content of a specific page
confluence_create_page: Create a new page
confluence_update_page: Update an existing page
Jira Tools
jira_get_issue: Get details of a specific issue
jira_search: Search issues using JQL
jira_create_issue: Create a new issue
jira_update_issue: Update an existing issue
jira_transition_issue: Transition an issue to a new status
jira_add_comment: Add a comment to an issue
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
[object Object] | [object Object] |
Troubleshooting & Debugging
Common Issues
- Authentication Failures:
- SSL Certificate Issues: If using Server/Data Center and encounter SSL errors, set
CONFLUENCE_SSL_VERIFY=falseorJIRA_SSL_VERIFY=false
- Permission Errors: Ensure your Atlassian account has sufficient permissions to access the spaces/projects
Debugging Tools
Security
- Never share API tokens
- Keep .env files secure and private
- See SECURITY.md for best practices
Contributing
- Check out our CONTRIBUTING.md guide for detailed development setup instructions.
- Make changes and submit a pull request.