[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-11687":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},11687,"atlassian-mcp-server","atlassian\u002Fatlassian-mcp-server","atlassian","Remote MCP Server that securely connects Jira and Confluence with your LLM, IDE, or agent platform of choice.",null,"https:\u002F\u002Fgithub.com\u002Fatlassian\u002Fatlassian-mcp-server","JavaScript",774,94,8,68,0,13,31,110,39,9.93,false,"main","2026-06-12 02:02:33","\u003Cp align=\"center\">\n  \u003Cimg src=\"images\u002Fatlassian_logo_brand_RGB.svg\">\n\u003C\u002Fp>\n\n# Atlassian MCP Server\n\nThe Atlassian Rovo 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, Compass, and Confluence data in real-time. This functionality is powered by secure authentication using **OAuth 2.1** or **API tokens**, which ensures all actions respect the user's existing access controls.\n\nWith the Atlassian Rovo MCP Server, you can:\n\n* **Summarize and search** Jira, Compass, and Confluence content without switching tools.\n* **Create and update** issues or pages based on natural language commands.\n* **Automate repetitive work**, like generating tickets from meeting notes or specs.\n\nIt's designed developers, content creators, and project teams who use IDEs or AI platforms and want to work with Atlassian data without constantly context switching.\n\n---\n\n## Supported clients\n\nThe Atlassian Rovo MCP Server supports several clients, including:\n\n* [OpenAI ChatGPT](https:\u002F\u002Fplatform.openai.com\u002Fdocs\u002Fguides\u002Ftools-connectors-mcp)\n* [Claude](https:\u002F\u002Fcode.claude.com\u002Fdocs\u002Fen\u002Fmcp)\n* [GitHub Copilot CLI](https:\u002F\u002Fdocs.github.com\u002Fen\u002Fcopilot\u002Fconcepts\u002Fagents\u002Fabout-copilot-cli)\n* [Gemini CLI](https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-cli\u002Fblob\u002Fmain\u002Fdocs\u002Ftools\u002Fmcp-server.md)\n* [Amazon Quick Suite](https:\u002F\u002Fdocs.aws.amazon.com\u002Fquicksuite\u002Flatest\u002Fuserguide\u002Fmcp-integration.html)\n* [Visual Studio Code](https:\u002F\u002Fcode.visualstudio.com\u002F)\n\nThe Atlassian Rovo MCP Server also supports any **local MCP-compatible client** that can run on `localhost` and connect to the server via the `mcp-remote` proxy. This enables custom or third-party integrations that follow the MCP specification.\n\nFor detailed setup instructions, refer to your client's own MCP documentation or built-in assistant.\n\n---\n\n## Before you start\n\nEnsure your environment meets the necessary requirements to successfully set up the Atlassian Rovo MCP Server. This section outlines the technical prerequisites and key access considerations.\n\n### Prerequisites\n\nBefore connecting to the Atlassian Rovo MCP Server, review the setup requirements for your environment:\n\n#### For supported clients\n\n* An **Atlassian Cloud site** with Jira, Compass, and\u002For Confluence\n* Access to **the client of choice**\n* A modern browser to complete the OAuth 2.1 authorization flow, or API token credentials for headless authentication\n\n#### For IDEs or local clients (Desktop setup)\n\n* An **Atlassian Cloud site** with Jira, Compass, and\u002For Confluence\n* A supported IDE (for example, **Claude desktop, VS Code, or Cursor**) or a custom MCP-compatible client\n* **Node.js v18+** installed to run the local MCP proxy (`mcp-remote`)\n* A modern browser for completing OAuth login, or API token credentials for headless authentication\n\n---\n\n## Data and security\n\nSecurity is a core focus of the Atlassian Rovo MCP Server:\n\n* All traffic is encrypted via HTTPS using TLS 1.2 or later.\n* OAuth 2.1 and API token authentication provide secure access control.\n* Data access respects Jira, Compass, and Confluence user permissions.\n* If your organization uses IP allowlisting for Atlassian Cloud products, tool calls made through the Atlassian Rovo MCP Server also honor those IP rules.\n\nFor a deeper overview of the security model and admin controls, see:\n\n* [Understand Atlassian Rovo MCP Server](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Funderstand-atlassian-rovo-mcp-server\u002F)\n* [Control Atlassian Rovo MCP Server settings](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fcontrol-atlassian-rovo-mcp-server-settings\u002F)\n\n---\n\n## How it works\n\n### Architecture and communication\n\n1. A supported client connects to the server endpoint:\n```\nhttps:\u002F\u002Fmcp.atlassian.com\u002Fv1\u002Fmcp\n```\n2. Depending on your setup, a secure browser-based OAuth 2.1 flow is triggered, or API token authentication is used.\n3. Once authorized, the client streams contextual data and receives real-time responses from Jira, Compass, or Confluence.\n\n> [!NOTE]\n> While `\u002Fsse` as a server endpoint are supported, we recommend updating any custom clients configured to use `\u002Fsse` so they now point to `\u002Fmcp`.\n\n### Permission management\n\nAccess 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 and API token authentication both honor configured scopes and Atlassian permissions.\n\n### API token authentication (headless)\n\nAPI token authentication is available for headless or long-running client setups.\n\n* **Admin enablement required:** An organization admin must enable API token authentication for Rovo MCP Server.\n* **Scoped token required:** Use a Rovo MCP scoped API token for the required tools and data access.\n* **Configuration guide:** [Configure authentication via API token](https:\u002F\u002Fsupport.atlassian.com\u002Fatlassian-rovo-mcp-server\u002Fdocs\u002Fconfiguring-authentication-via-api-token\u002F)\n* **Admin setting reference:** [Control Atlassian Rovo MCP Server settings - Configure authentication](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fcontrol-atlassian-rovo-mcp-server-settings\u002F#Configure-authentication)\n\n---\n\n## Example workflows\n\nOnce connected, you can perform a variety of useful tasks from within your supported client.\n\n### Jira workflows\n\n* **Search**: \"Find all open bugs in Project Alpha.\"\n* **Create\u002Fupdate**: \"Create a story titled 'Redesign onboarding'.\"\n* **Bulk create**: \"Make five Jira issues from these notes.\"\n\n### Confluence workflows\n\n* **Summarize**: \"Summarize the Q2 planning page.\"\n* **Create**: \"Create a page titled 'Team Goals Q3'.\"\n* **Navigate**: \"What spaces do I have access to?\"\n\n### Compass workflows\n\n* **Create**: \"Create a service component based on the current repository.\"\n* **Bulk create**: \"Import components and custom fields from this CSV\u002FJSON\"\n* **Query**: \"What depends on the `api-gateway` service?\"\n\n### Combined tasks\n\n* **Link content**: \"Link these three Jira tickets to the 'Release Plan' page.\"\n* **Find documentation**: \"Fetch the Confluence documentation page linked to this Compass component.\"\n\n> [!NOTE]\n> Actual capabilities vary, depending on your permission level and client platform.\n\n---\n\n## Tips and tricks\n\n### Set default CloudId, Jira project, and Confluence space\n\nUpdate your [AGENTS.md](https:\u002F\u002Fagents.md\u002F) with the Markdown below to reduce discovery tool calls, save time and tokens, and set maximum search results.\n\n``` MD\n## Atlassian Rovo MCP\n\nWhen connected to atlassian-rovo-mcp:\n- **MUST** use Jira project key = YOURPROJ\n- **MUST** use Confluence spaceId = \"123456\"\n- **MUST** use cloudId = \"https:\u002F\u002Fyoursite.atlassian.net\" (do NOT call getAccessibleAtlassianResources)\n- **MUST** use `maxResults: 10` or `limit: 10` for ALL Jira JQL and Confluence CQL search operations.\n```\n\n### Use skills\n\nIf you're using a desktop client like Claude, you can create or reuse skills for repeated tasks. [See the default Rovo MCP skills](https:\u002F\u002Fgithub.com\u002Fatlassian\u002Fatlassian-mcp-server\u002Ftree\u002Fmain\u002Fskills)\n\nFor [Cursor](https:\u002F\u002Fcursor.com\u002Fmarketplace\u002Fatlassian), skills are part of the marketplace plugin.\n\n---\n\n## Admin notes: Managing access\n\nIf you're an admin preparing your organization to use the Atlassian Rovo MCP Server, review these key considerations. For more detailed admin guidance, see:\n\n* [Understand Atlassian Rovo MCP server](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Funderstand-atlassian-rovo-mcp-server\u002F)\n* [Control Atlassian Rovo MCP server settings](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fcontrol-atlassian-rovo-mcp-server-settings\u002F)\n* [Manage Atlassian Rovo MCP server](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fmanage-atlassian-rovo-mcp-server\u002F)\n* [Monitor Atlassian Rovo MCP server activity](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fmonitor-atlassian-rovo-mcp-server-activity\u002F)\n\n### Installation and access\n\n* **Not a Marketplace App:**  \nThe Atlassian Rovo MCP Server is _not_ installed via the Atlassian Marketplace or the **Manage apps** screen. Instead, it is installed automatically the first time a user completes the OAuth 2.1 (3LO) consent flow (just-in-time or \"lazy loading\" installation).\n* **First-time installation requirements:**  \nThe first user to complete the 3LO consent flow for your site must have access to the Atlassian apps requested by the MCP scopes (for example, Jira and\u002For Confluence). This ensures the MCP app is registered with the correct permissions for your site.\n* **Subsequent user access:**  \nAfter the initial install, users with access to only one Atlassian app (for example, just Jira or just Confluence) can also complete the 3LO flow to access that Atlassian app through MCP.\n\n### Manage, monitor, and revoke access\n\n* **Admin controls:**  \nSite and organization admins can manage, review, or revoke the MCP app's access from [Manage your organization's Marketplace and third-party apps](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fmanage-your-users-third-party-apps\u002F). The app appears in your site's **Connected apps** list after the first successful 3LO consent.\n* **End-user controls:**  \nIndividual users can revoke their own app authorizations from their profile settings.\n* **Domain and IP controls:**  \nUse the **Rovo MCP server** settings page in Atlassian Administration to control which external AI tools and domains are allowed to connect. For details, see [Available Atlassian Rovo MCP server domains](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Favailable-atlassian-rovo-mcp-server-domains\u002F). If your organization uses IP allowlisting for Atlassian Cloud apps, requests made through the Atlassian Rovo MCP Server must originate from an IP address that is allowed by your organization's IP allowlist for the relevant Atlassian app. For configuration details, see [Specify IP addresses for app access](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fspecify-ip-addresses-for-product-access\u002F).\n* **Audit logging:** To support monitoring and compliance, key actions performed via the Atlassian Rovo MCP Server are logged in your organization's audit log. Admins can review these logs in Atlassian Administration. For more information, see [Monitor Atlassian Rovo MCP server activity](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fmonitor-atlassian-rovo-mcp-server-activity\u002F).\n\n### Troubleshooting common issues\n\n* **\"Your site admin must authorize this app\" error:**  \nA site admin must complete the 3LO consent flow before anyone else can use the MCP app. See [\"Your site admin must authorize this app\"](https:\u002F\u002Fsupport.atlassian.com\u002Fatlassian-cloud\u002Fkb\u002Fyour-site-admin-must-authorize-this-app-error-in-atlassian-cloud-apps\u002F) error in Atlassian Cloud apps for more details.\n* **\"You don't have permission to connect from this IP address. Please ask your admin for access.\"**  \nThis usually indicates that IP allowlisting is enabled and the user's current IP address isn't allowed to access Jira, Confluence, Compass, or Rovo via the Atlassian Rovo MCP Server. Ask your site or organization admin to review the IP allowlist configuration and add the relevant network or VPN IP ranges if appropriate.\n* **App not appearing in Connected apps:**  \nEnsure the user is using the correct Atlassian account and site, and confirm the app is requesting the correct Atlassian app scopes (for example, Jira scopes). If issues persist, check [Manage your organization's Marketplace and third-party apps](https:\u002F\u002Fsupport.atlassian.com\u002Fsecurity-and-access-policies\u002Fdocs\u002Fmanage-your-users-third-party-apps\u002F) or contact Atlassian Support. Also verify the user's Jira, Confluence, or Compass permissions in Atlassian Administration.\n\n## Security\nModel Context Protocol (MCP) lets AI agents connect to tools and Atlassian data using your account’s permissions, which creates powerful workflows but also structural risks. Any MCP client or server you enable (e.g., IDE plugins, desktop apps, hosted MCP servers, “one-click” integrations) can cause an AI agent to perform actions on your behalf.\n\nLarge Language models (LLMs) are vulnerable to [prompt injection](https:\u002F\u002Fowasp.org\u002Fwww-community\u002Fattacks\u002FPromptInjection) and related attacks (such as [indirect prompt injection](https:\u002F\u002Fowasp.org\u002Fwww-community\u002Fattacks\u002FPromptInjection) and [tool poisoning](https:\u002F\u002Finvariantlabs.ai\u002Fblog\u002Fmcp-security-notification-tool-poisoning-attacks)). These attacks can instruct the agent to exfiltrate data or make unintended changes without explicit requests.\n\nTo reduce risk, only use trusted MCP clients and servers, carefully review which tools and data each agent can access, and apply least privilege (scoped tokens, minimal project\u002Fworkspace access). For any high‑impact or destructive action, require human confirmation and monitor audit logs for unusual activity. We strongly recommend reviewing Atlassian’s guidance on MCP risks at [MCP Clients: Understanding the potential security risks](https:\u002F\u002Fwww.atlassian.com\u002Fblog\u002Fartificial-intelligence\u002Fmcp-risk-awareness)\n\n## Support and feedback\nYour feedback plays a crucial role in shaping the Atlassian Rovo MCP Server. If you encounter bugs, limitations, or have suggestions:\n- Visit the [Atlassian Support Portal](https:\u002F\u002Fsupport.atlassian.com\u002F) Portal to report issues and feature requests.\n- Share your experiences and questions on the [Atlassian Community](https:\u002F\u002Fcommunity.atlassian.com\u002F) and developer-related asks on the [Developer's one](https:\u002F\u002Fdeveloper.atlassian.com\u002F).\n- Go to our [Ecosystem Developer Portal](https:\u002F\u002Fecosystem.atlassian.net\u002Fservicedesk\u002Fcustomer\u002Fportal\u002F14\u002Fuser\u002Flogin?destination=portal%2F14) if you are building an app and found a bug\u002Fissue or have suggestions.\n\n## Disclaimer\n\nMCP clients can perform actions in Jira, Confluence, and Compass with your existing permissions. Use least privilege, review high‑impact changes before confirming, and monitor audit logs for unusual activity.\n\nLearn more: MCP Clients - (Understanding the potential security risks)[https:\u002F\u002Fwww.atlassian.com\u002Fblog\u002Fartificial-intelligence\u002Fmcp-risk-awareness]\n","Atlassian MCP Server 是一个基于云的桥梁，安全地连接Jira和Confluence与您选择的LLM、IDE或代理平台。其核心功能包括通过OAuth 2.1或API令牌进行安全认证，实现实时的数据交互，支持对Jira、Compass和Confluence内容的搜索、总结以及基于自然语言命令创建和更新问题或页面，并能自动化如从会议记录生成工单等重复性工作。适用于开发者、内容创作者及项目团队，在使用IDE或AI平台时无需频繁切换上下文即可操作Atlassian数据。该服务器兼容OpenAI ChatGPT、Claude等多种客户端，并支持任何本地符合MCP规范的客户端通过`mcp-remote`代理连接。",2,"2026-06-11 03:32:18","trending"]