Atlassian

v2.1.0Business Applicationsstable

Enables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pag

atlassianconfluencejiramcpmodel-context-protocol
Share:
5,245
Stars
0
Downloads
0
Weekly
0/5

What is Atlassian?

Atlassian is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to interact with atlassian products (confluence and jira) through natural language, supporting both cloud and server/data center deployments. allows searching, creating, and mana...

Enables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pag

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI assistants to interact with Atlassian products (C

Use Cases

Search, create, and manage Jira issues and Confluence pages with AI.
Interact with Atlassian Cloud and Data Center deployments.
sooperset

Maintainer

LicenseMIT License
Languagepython
Versionv2.1.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-atlassian

Manual Installation

npx -y mcp-atlassian

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Atlassian

MCP Atlassian is a Python-based MCP server that gives AI assistants direct, natural-language access to both Jira and Confluence across Cloud, Server, and Data Center deployments. It exposes 72 tools covering the full lifecycle of project work: searching issues with JQL, creating and updating Jira tickets, transitioning statuses, searching Confluence spaces, reading and writing pages, and adding comments. Teams use it to let Claude answer questions like 'what are my open blockers?' or 'summarize the onboarding docs' without leaving the AI chat interface.

Prerequisites

  • Python 3.10+ and uv (or pip) installed
  • A Jira Cloud account with an API token (create at id.atlassian.com/manage-profile/security/api-tokens)
  • A Confluence Cloud account (can share the same Atlassian API token as Jira)
  • Your Atlassian account email address and workspace URL (e.g. https://your-company.atlassian.net)
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Install mcp-atlassian with uvx

The recommended approach uses uvx to run mcp-atlassian directly without a separate install step. Alternatively, install with pip: pip install mcp-atlassian.

uvx mcp-atlassian
2

Generate an Atlassian API token

Log in to your Atlassian account, go to id.atlassian.com/manage-profile/security/api-tokens, and click 'Create API token'. Copy the token — it is only shown once.

3

Gather your Atlassian URLs

Note your Jira URL (e.g. https://your-company.atlassian.net) and your Confluence URL (e.g. https://your-company.atlassian.net/wiki). For Server/Data Center deployments, use a personal access token instead of the username+API token pair.

4

Add to your MCP client configuration

Add mcp-atlassian to your Claude Desktop config. Fill in your actual Atlassian URLs, email, and API token.

{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "[email protected]",
        "JIRA_API_TOKEN": "your_jira_api_token",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "[email protected]",
        "CONFLUENCE_API_TOKEN": "your_confluence_api_token"
      }
    }
  }
}
5

Restart Claude Desktop and verify the connection

Restart Claude Desktop. Open the MCP tools panel and confirm mcp-atlassian shows as connected. You should see Jira and Confluence tools listed.

Atlassian Examples

Client configuration

Full config block for Claude Desktop at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "[email protected]",
        "JIRA_API_TOKEN": "your_jira_api_token",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "[email protected]",
        "CONFLUENCE_API_TOKEN": "your_confluence_api_token"
      }
    }
  }
}

Prompts to try

Once connected, use these prompts to work with Jira and Confluence through Claude.

- "Find all Jira issues assigned to me in the PROJ project that are still open."
- "Create a bug ticket in the BACKEND project titled 'Login page crashes on Safari' with high priority."
- "Transition PROJ-123 to Done."
- "Search Confluence for pages about the onboarding process and summarize the key steps."
- "Update the description of PROJ-456 to include the steps to reproduce the bug."

Troubleshooting Atlassian

Authentication fails with 401 Unauthorized

Verify that JIRA_USERNAME is your Atlassian account email (not a display name) and that JIRA_API_TOKEN is the full token string from id.atlassian.com. API tokens cannot contain trailing spaces; copy carefully.

Confluence tools work but Jira tools return 'resource not found'

Check that JIRA_URL points to the base Atlassian URL (e.g. https://your-company.atlassian.net) without a /wiki suffix. The /wiki path is used only for CONFLUENCE_URL.

Server/Data Center deployment fails to authenticate

For Server and Data Center, replace JIRA_USERNAME and JIRA_API_TOKEN with JIRA_PERSONAL_TOKEN set to a personal access token generated in your Jira profile settings.

Frequently Asked Questions about Atlassian

What is Atlassian?

Atlassian is a Model Context Protocol (MCP) server that enables ai assistants to interact with atlassian products (confluence and jira) through natural language, supporting both cloud and server/data center deployments. allows searching, creating, and managing content across jira issues and confluence pag It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Atlassian?

Install via npm with the command: npx -y mcp-atlassian. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Atlassian?

Atlassian works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Atlassian free to use?

Yes, Atlassian is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Atlassian Alternatives — Similar Business Applications Servers

Looking for alternatives to Atlassian? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-atlassian": { "command": "npx", "args": ["-y", "mcp-atlassian"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Atlassian?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides