$ timeahead.in
/ servers/npm/mcp-atlassian
npm

mcp-atlassian

MCP server for Atlassian (Confluence and Jira) integration

2 stars5k/wkupdated 0d agogithub ↗
80good
▣ Overview
License: MIT

What it does

This MCP server bridges Claude to Atlassian's cloud ecosystem. It provides tools to read, search, and update content in Confluence wikis and Jira issue trackers, as well as manage attachments, labels, comments, and user activities. The server wraps Atlassian's REST APIs into Claude-accessible tools covering Confluence page creation and updates, full-text search via Confluence Query Language (CQL) and Jira Query Language (JQL), issue lifecycle management, sprint tracking, and personal dashboard queries. This is a maintained fork that migrated to Jira's newer JQL-based search endpoint after Atlassian deprecated the original search API in January 2026.

Who it's for

Teams and individuals using Atlassian products (Confluence and Jira) who want Claude to access internal documentation, issue databases, and project state. Relevant for technical writers needing to pull documentation context, backend engineers filing and querying issues, project managers tracking sprints and work, and DevOps teams automating issue creation and status updates.

Common use cases

  • Query Confluence pages for documentation context while working on related tasks
  • Search Jira issues to gather context about related work and blockers
  • Create Jira issues programmatically with custom fields based on conversation context
  • Export Confluence pages as Markdown for analysis or knowledge base updates
  • Add comments to Jira issues to provide analysis or updates without manual postings
  • View active sprints and assigned tasks to understand team capacity and priorities

Setup pitfalls

  • API token must be created from Atlassian account settings and kept secure — treat it like a password
  • Requires three environment variables: ATLASSIAN_BASE_URL, ATLASSIAN_EMAIL, and ATLASSIAN_API_TOKEN. Missing any one causes authentication failures
  • Installation from GitHub Packages requires configuring npm's registry scope. The default npm registry does not host @efithor scoped packages
  • This is a maintained fork; the original upstream has not merged critical fixes since January 2026. Install from the fork, not the deprecated original package
  • Reads filesystem to access .env credentials. Store sensitive tokens securely and limit file access permissions
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
49
9.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
80.0
⚿ Capabilities & Risk Explainer
fs readnetworkexecsecrets
◆ Risk level: high
fs read + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-atlassian"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
46/ 100 · is this project alive?
contributors (1y)6
top contributor share56%
releases (1y)2
last release298d ago
ci✓ passing
⛁ Raw data
weekly downloads5k
github stars2
forks3
open issues20
license✓ present
readme length16693 chars
last publish9d ago
last commit0d ago
last updated9h ago
install verified✓ pass · 21d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points