Atlassian Jira & Confluence
atlassian
Search, read, and create Jira work items and Confluence pages via the official hosted Atlassian Rovo MCP server.
- Installs
- 780
- Namespace
- atlassian
- Version
- hosted
- Last attach
- reviewed1 months ago
Add to your mcp.json
{
"mcpServers": {
"atlassian": {
"type": "sse",
"url": "https://mcp.atlassian.com/v1/mcp/authv2"
}
}
}Attach in a FrootAI play (fai-manifest)
mcp_scope:
attached:
- atlassianAuthentication
no static credential — the AI client performs an interactive OAuth 2.1 sign-in to your Atlassian Cloud account on first use; an optional API-token mode is also available. Actions run within the signed-in user's existing permissions.
No credentials required.
Environment variables
No environment variables required.
Sample tools
atlassian.getJiraIssueGet the details of a Jira issue by id or key.
atlassian.searchJiraIssuesUsingJqlSearch Jira issues with a JQL query.
atlassian.getVisibleJiraProjectsList the Jira projects visible to the user.
atlassian.getConfluencePageGet the content of a Confluence page.
atlassian.searchConfluenceUsingCqlSearch Confluence content with a CQL query.
atlassian.atlassianUserInfoGet the current Atlassian user's profile.
atlassian.getAccessibleAtlassianResourcesList the Atlassian Cloud sites the user can access.
Destructive-action audit
No destructive tools — audited read-only
Destructive-action audit (X2.18): no tool matches destructive name patterns (destructive_tools is empty); the trust policy keeps allowDestructive:false so mutating tools confirm per-call.
Known limitations
- Authenticates via interactive OAuth 2.1 sign-in — the AI client runs a browser auth flow that respects your existing Jira/Confluence/Bitbucket permissions; an optional API-token mode is also available.
- Hosted remote endpoint (https://mcp.atlassian.com/v1/mcp/authv2) — requires outbound network access; no local subprocess. Atlassian Cloud only (no FedRAMP/HIPAA support).
- Site-level rate limits apply by plan (Free 500/hr; Standard/Premium/Enterprise 1000+/hr) — bulk operations can hit the cap.
- Mutating tools (createJiraIssue, editJiraIssue, transitionJiraIssue, createConfluencePage, updateConfluencePage) act on real Atlassian data within the signed-in user's permissions; review high-impact changes before confirming.
Spec contributors
Maintainers who landed commits onmcp-specs/atlassian.json.
- pspsbali
Freshness
When this spec was last reviewed by a maintainer and last machine-validated against the live server.
- Spec last reviewed
- 1 months ago(2026-06-25)
- Auto-validated
- never