MCP Atlassian
About
Interact with Atlassian tools like Confluence and Jira.
Details
- Author
- sooperset
- GitHub stars
- 5,508
- Downloads
- 5,620
- Categories
- Productivity, Other, Project Management, Knowledge Base, Developer Tools
Jump to
- 77 tools covering Jira and Confluence operations
- JQL search for issues and CQL search for pages
- Create, read, update, and transition Jira issues
- Create, read, update Confluence pages and add comments
- Supports Cloud and Server/Data Center (Jira ≥8.14, Confluence ≥6.0)
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
Configure your MCP client (e.g., Claude Desktop, Cursor) with the uvx command and set environment variables for JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN, CONFLUENCE_URL, CONFLUENCE_USERNAME, and CONFLUENCE_API_TOKEN (or JIRA_PERSONAL_TOKEN for Server/Data Center). Then ask natural language queries like “Find issues assigned to me” or “Search Confluence for onboarding docs.”
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp atlassian": {
"mcp-atlassian": {
"command": "uvx",
"args": [
"mcp-atlassian"
],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
}
}
McpServers
{
"mcp-atlassian": {
"command": "uvx",
"args": [
"mcp-atlassian"
],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





