MCP server

Atlassian

MCP

Jira and Confluence over MCP — first-party.

Atlassian’s official remote MCP. Issues, pages, and the cloud site you already pay for.

latest·Proprietary·Updated this quarter·Transport: sse

Claude CodeDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "atlassian": {
      "url": "https://mcp.atlassian.com/v1/sse"
    }
  }
}

By Atlassian

Spec

What the server actually exposes.

  • search_jira

    read

    JQL against the cloud site.

  • get_issue

    read

    A Jira issue.

  • get_confluence_page

    read

    A page by id.

Guardrails

  • OAuth to your cloud
  • Writes are separate and optional

atlassian-mcp.mcp/tools

Tools

  • search_jira

    JQL against the cloud site.

    read
  • get_issue

    A Jira issue.

    read
  • get_confluence_page

    A page by id.

    read

Last call

{ "ok": true,
  "tool": "search_jira",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.