Install command
Provided
Manage Jira tickets and Confluence documentation
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are comparatively strong, but you should still validate source, privacy posture, and package provenance for your environment.
0
96
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as first-party.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
Package marked verified.
Checksum metadata
SHA-256 hash is present.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Provided
Config snippet
Provided
Copy snippet
Provided
Prerequisites
10 to clear
Platforms
3 listed
Difficulty
1/100
Adoption plan
Current risk score 0/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
Package verification/checksum metadata is available.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (6/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is present.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
6/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is available.
rollout
Install payload is available.
No required blockers for this timeline preset.
Prerequisite readiness
10 prerequisites to line up before setup. Have accounts and credentials ready first.
Safety & privacy surface
1 safety and 1 privacy notes across 2 risk areas. Review closely: permissions & scopes.
{
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse",
"transport": "sse"
}
}Streamline your project management and documentation workflows by connecting Claude to Atlassian's Jira and Confluence. Create and update issues, manage Confluence pages, search across both platforms, link tickets to documentation, and generate reports—all through natural language commands. Automate workflows, query with JQL, and maintain seamless integration between project tracking and documentation.
{
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse",
"transport": "sse"
}
}
Common usage pattern for this MCP server
Ask Claude: "Create a Jira bug for the login issue"
Common usage pattern for this MCP server
Ask Claude: "Update the API documentation in Confluence"
Common usage pattern for this MCP server
Ask Claude: "Find all issues assigned to me"
Common usage pattern for this MCP server
Ask Claude: "Generate a sprint report"
Create a new Jira issue with custom fields and metadata
// Create Jira issue with custom fields
const issue = await jira.issues.create({
project: { key: "PROJ" },
summary: "Fix authentication bug",
description: "Issue description",
issuetype: { name: "Bug" },
customfield_10001: "custom-value",
});
Atlassian enforces rate limits on API tokens from Nov 22, 2025. Check Retry-After and X-RateLimit-Reset headers in API responses. Implement caching to reduce redundant API calls, use pagination for large result sets, and leverage webhooks for real-time updates instead of polling. Monitor rate limit headers to stay within token limits.
Free apps rate limited from Aug 18, 2025, with burst limits from Aug 28, 2025. Upgrade to paid tier for higher limits. Implement jitter on scheduled tasks to distribute load, optimize JQL queries to reduce API calls, and batch operations when possible. Consider using webhooks instead of polling for updates.
Re-authenticate via OAuth flow to get new token. Verify token hasn't been revoked in Atlassian admin settings. Check token scope includes required permissions for Jira (read:jira-work, write:jira-work) and Confluence (read:confluence-content.all, write:confluence-content). For Jira Cloud, you can also use API token authentication (email + API token) as an alternative.
Verify your Atlassian account has project access. Check project visibility settings allow API access. Ensure OAuth scope includes appropriate permissions (read:jira-work, write:jira-work). Verify you're using the correct Jira instance URL and that the project key is correct. Check if project requires specific user roles or permissions.
Validate JQL syntax is correct using Jira's JQL builder or JQL validator. Check field names match custom field IDs (use cf[10001] format for custom fields). Verify search permissions for projects in query. Use /rest/api/3/search endpoint with proper authentication. Ensure field names are correct (e.g., 'assignee' not 'assignedTo'). Test JQL query directly in Jira UI first to verify it works.
Verify API token is valid and not expired. Check token permissions match required operations. Ensure token format is correct (Bearer token in Authorization header). For OAuth integrations, verify token refresh logic is working correctly.
Implement exponential backoff retry logic with jitter. Use Jira API rate limit headers to monitor usage. Reduce concurrent requests. Cache frequently accessed issue data. Jira allows 100 requests per minute per user.
Verify token has access to the issue or project. Check project permissions and user role. Ensure token has required scopes (read:jira-work, write:jira-work) for target operations.
Check network connectivity and firewall settings. Verify Jira API endpoints are accessible. Increase request timeout values. Implement connection pooling and retry mechanisms with exponential backoff.
Jira MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
3 trust signals differ across this comparison (Package trust, Source provenance, Submitter).
| Field | Manage Jira tickets and Confluence documentation Open dossier | Integrate with Linear's issue tracking and project management system Open dossier | Community MCP server for Jira and Confluence that supports Atlassian Cloud and Server/Data Center deployments with search, create, update, transition, comments, attachments, pages, and agile tools. Open dossier | Interact with Asana workspaces to manage projects and tasks Open dossier |
|---|---|---|---|---|
| Next steps | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trustDiffers | Package verified | Package verified | Package not verified | Package verified |
| Source provenanceDiffers | Source-backed | No submission link | Source-backed | No submission link |
| SubmitterDiffers | — | — | oktofeesh1 | — |
| Install risk | Low risk | Low risk | Review first | Low risk |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | ||||
| Category | mcp | mcp | mcp | mcp |
| Source | first-party | first-party | source-backed | first-party |
| Author | Atlassian | Linear | sooperset | Asana |
| Added | 2025-09-18 | 2025-09-18 | 2026-06-05 | 2025-09-18 |
| Platforms | Claude CodeCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Scope Atlassian access and review issue or page writes because updates can notify teams and change project records. | ✓Scope the Linear token to the intended workspace and review issue or project writes before changing active roadmaps. | ✓mcp-atlassian can search, create, update, transition, comment on, and delete Jira issues or Confluence pages depending on configured permissions. Tools can modify project status, issue fields, worklogs, comments, page content, attachments, labels, versions, components, and service desk data. Require human approval before creating or transitioning issues, changing permissions-sensitive fields, updating Confluence pages, deleting content, or posting comments. Protect API tokens, PATs, OAuth credentials, and environment files. | ✓Use a least-privilege Asana token and test task or project writes in a non-critical workspace before connecting production workflows. |
| Privacy notes | ✓Jira tickets, Confluence pages, comments, attachments, user metadata, and organization details may be sent through tool calls. | ✓Issue text, comments, assignees, labels, project context, customer references, and workspace metadata may be sent through tool calls. | ✓Jira issue content, Confluence pages, comments, attachments, user profiles, service desk data, agile metadata, internal links, and credentials may be exposed to the MCP client and model. Atlassian project data can contain customer incidents, security vulnerabilities, roadmap plans, HR data, legal notes, or internal runbooks. Review workspace permissions and model-provider retention before connecting production Atlassian instances. | ✓Asana task text, project metadata, comments, assignees, due dates, and workspace details may be sent through model context. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.