← Back to browse

mcp-atlassian-extended

Indexed by io.github.vish288

About

MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsJIRA_URL JIRA_TOKEN CONFLUENCE_URL CONFLUENCE_TOKEN ATLASSIAN_READ_ONLY
Claude Code
claude mcp add --env JIRA_URL= --env JIRA_TOKEN= --env CONFLUENCE_URL= --env CONFLUENCE_TOKEN= --env ATLASSIAN_READ_ONLY= mcp-atlassian-extended -- uvx mcp-atlassian-extended
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-atlassian-extended","command":"uvx","args":["mcp-atlassian-extended"],"env":{"JIRA_URL":"","JIRA_TOKEN":"","CONFLUENCE_URL":"","CONFLUENCE_TOKEN":"","ATLASSIAN_READ_ONLY":""}}'
JSON
{
  "mcpServers": {
    "mcp-atlassian-extended": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ],
      "env": {
        "JIRA_URL": "",
        "JIRA_TOKEN": "",
        "CONFLUENCE_URL": "",
        "CONFLUENCE_TOKEN": "",
        "ATLASSIAN_READ_ONLY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.