MCP Atlassian
About
Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.
Details
- Author
- adamjbird2
- Downloads
- 534
- Categories
- Productivity, Project Management, Other, Developer Tools
Jump to
- Search Confluence content using CQL
- Get, create, update, and delete Confluence pages
- Search Jira issues using JQL
- Get, create, update, and delete Jira issues
- Manage Jira worklogs and issue transitions
- Supports both Cloud and Server/Data Center deployments
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP AtlassianCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx (recommended), pip, or Docker. Configure with command-line arguments for your Atlassian instance(s)—include only the services you need. Connect the server to an MCP client like Claude Desktop or Cursor IDE using the provided JSON or YAML configuration examples.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp atlassian": {
"mcp-atlassian-sprint": {
"command": "uvx",
"args": [
"mcp-atlassian"
]
}
}
}
}
McpServers
{
"mcp-atlassian-sprint": {
"command": "uvx",
"args": [
"mcp-atlassian"
]
}
}
MCP Atlassian
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Server/Data Center deployments.
Feature Demo
<details>
<summary>Confluence Demo</summary>
</details>
Compatibility
| Product | Deployment Type | Support Status |
|---------|----------------|-----------------------------|
| Confluence | Cloud | ✅ Fully supported |
| Confluence | Server/Data Center | ✅ Supported (version 7.9+) |
| Jira | Cloud | ✅ Fully supported |
| Jira | Server/Data Center | ✅ Supported (version 8.14+) |
Setup Guide
1. Authentication Setup
First, generate the necessary authentication tokens:
For Atlassian Cloud
1. Go to https://id.atlassian.com/manage-profile/security/api-tokens 2. Click Create API token, name it 3. Copy the token immediatelyFor Server/Data Center
1. Go to your profile (avatar) → Profile → Personal Access Tokens 2. Click Create token, name it, set expiry 3. Copy the token immediately2. Installation
Choose one of these installation methods:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





