Atlassian
STDIO连接Jira和Confluence的云端MCP服务器
连接Jira和Confluence的云端MCP服务器
  
[!NOTE] This feature is currently in public beta, which means:
- Core functionality is available, but some advanced features are still under development.
 - The experience may vary across different clients—Claude, for instance, works best on the Team or Enterprise plan.
 - We’re actively gathering feedback to improve the product before its general availability (GA) release.
 For more information, read our blog post - Introducing Atlassian's Remote Model Context Protocol (MCP) Server - Work Life by Atlassian
The Model Context Protocol (MCP) is a new, standardized protocol designed by Anthropic to manage context between large language models (LLMs) and external systems. This repository offers an MCP Server for Atlassian.
The Remote MCP Server is a cloud-based bridge between your Atlassian Cloud site and compatible external tools. Once configured, it enables those tools to interact with Jira and Confluence data in real-time. This functionality is powered by secure OAuth 2.1 authorization, which ensures all actions respect the user’s existing access controls.
The Remote MCP Server helps bring Atlassian data into your existing workflows:
Ensure your environment meets the necessary requirements to successfully set up the Remote MCP Server. This section outlines the technical prerequisites, access considerations, and security details.
Before connecting to the Remote MCP Server, review the setup requirements for your environment:
The beta is open to all Atlassian Cloud customers. No special sign-up is required. However, usage is subject to rate limits:
Security is a core focus of the Remote MCP Server:
https://mcp.atlassian.com/v1/sse
Access is granted only to data that the user already has permission to view in Atlassian Cloud. All actions respect existing project or space-level roles. OAuth tokens are scoped and session-based. Once connected, you can perform a variety of useful tasks from within your supported client.
Use these examples to understand how to interact with Jira:
Access and manage documentation content directly:
Integrate actions across Jira and Confluence:
[!Note] Actual capabilities vary depending on your permission level and client platform.
If you're an admin preparing your team to use the Remote MCP Server, keep the following considerations in mind:
Depending on the tool you're using, the setup process may vary. We recommend you navigate to the exact instructions for connecting to an MCP client through the tool's documentation. Here is an example for setting up Claude.ai
[!NOTE] If you’re using VSCode, you can also install it directly by browsing their curated list of MCP servers.
npx -y mcp-remote https://mcp.atlassian.com/v1/sse
[!NOTE] If this command doesn't work due to a version-related issue, try specifying an older version of mcp-remote. The example below uses version 0.1.13, but you may use another version if needed:
npx -y [email protected] https://mcp.atlassian.com/v1/sse
mcp.json, mcp_config.json):"mcp.servers": { "atlassian": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"] } }
Your feedback plays a crucial role in shaping the Remote MCP Server. If you encounter bugs, limitations, or have suggestions: