Jira (Atlassian)
Atlassian's official Remote MCP for Jira and Confluence. OAuth flow, search across spaces, ticket updates.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-22
This MCP server connects to Jira and Confluence APIs using standard OAuth authentication. Whilst Atlassian officially endorses it (per their blog announcement), the actual maintainer is 'sooperset', a community developer, not Atlassian's internal team. The repository shows reasonable activity and documentation. Permissions are scoped to Jira ticket operations and Confluence searches, which is appropriate for the stated purpose. Supply chain is moderate: distributed via uvx/PyPI but the package name and maintainer identity create some ambiguity about official ownership. API tokens are required as environment variables, which is standard for Atlassian integrations. No known security incidents. The main concern is the disconnect between 'official' labelling and community maintenance, though the Atlassian blog post does validate the project's legitimacy.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKSame shape as Linear — private tickets, mixed-trust comments, outbound updates.
Green flags
- Validated by Atlassian blog post announcement
- OAuth flow implementation follows Atlassian best practices
- Scoped to read/write operations within Jira and Confluence only
- Open source with clear documentation and usage examples
- No known security incidents or credential leaks
Red flags
- Maintainer 'sooperset' is not Atlassian org despite 'official' claim
- Requires API tokens stored as env vars with broad Jira/Confluence access
- No package registry listing under Atlassian's verified namespace
- Bus factor: appears to be solo community maintainer
Permissions requested
Install
uvx mcp-atlassian
JIRA_URLJIRA_USERNAMEJIRA_API_TOKENReview
Install this if Jira and Confluence are already central to your workflow and you want Claude to search docs or update tickets without leaving the conversation. Skip it if you're not an Atlassian shop or if you're only occasionally poking at tickets, the setup overhead isn't worth it for casual use.
Good at
- Official Atlassian build, so it tracks API changes and uses proper OAuth instead of hacky workarounds.
- Handles both Jira and Confluence in one server, which is useful if your team uses both for documentation and issue tracking.
- Search results include page content and metadata, so Claude can summarise or extract specific sections without you opening a browser.
- Works well for creating tickets with pre-filled context from conversations, saves manual copy-paste when triaging bugs.
Watch out
- Requires environment variables for API tokens, which means you're managing credentials outside the MCP config itself.
- Search performance depends on your Confluence instance size, can be slow with large knowledge bases.
- No built-in rate limiting, so you can hit Atlassian's API throttle if you're running multiple queries in quick succession.
- Remote MCP setup is more involved than stdio servers, and hosts beyond Claude Desktop need manual wiring.
Getting started
Works with
Similar MCPs
- GitHubFull GitHub API access - manage repos, issues, PRs, and code search. One of the most useful MCPs for any developer workflow.
- GrafanaGrafana Labs' official MCP. Read dashboards, datasources, alerts, and run Loki/Prometheus queries from inside your agent.
- SentryPull live errors, issues, and replays from Sentry into Claude. Great for debugging sessions where the model can see what actually broke in prod.
- MCP CLIInteractive CLI inspector for MCP servers supporting OAuth, tool calls, resource reads, and prompt runs.