PluginBench
MCP Server

io.github.vish288/mcp-atlassian-extended MCP Server

io.github.vish288/mcp-atlassian-extended

What is the io.github.vish288/mcp-atlassian-extended MCP server?

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

How to install io.github.vish288/mcp-atlassian-extended

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JIRA_URL
    required

    Jira instance URL (e.g. https://your-domain.atlassian.net)

  • JIRA_TOKEN
    required
    secret

    Jira personal access token (also accepts JIRA_PAT)

  • CONFLUENCE_URL

    Confluence instance URL (optional, for Confluence tools)

  • CONFLUENCE_TOKEN
    secret

    Confluence personal access token (also accepts CONFLUENCE_PAT)

  • ATLASSIAN_READ_ONLY

    Restrict to read-only operations (true/false)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-atlassian-extended": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ],
      "env": {
        "JIRA_URL": "<YOUR_JIRA_URL>",
        "JIRA_TOKEN": "<YOUR_JIRA_TOKEN>",
        "CONFLUENCE_URL": "<YOUR_CONFLUENCE_URL>",
        "CONFLUENCE_TOKEN": "<YOUR_CONFLUENCE_TOKEN>",
        "ATLASSIAN_READ_ONLY": "<YOUR_ATLASSIAN_READ_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-atlassian-extended": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ],
      "env": {
        "JIRA_URL": "<YOUR_JIRA_URL>",
        "JIRA_TOKEN": "<YOUR_JIRA_TOKEN>",
        "CONFLUENCE_URL": "<YOUR_CONFLUENCE_URL>",
        "CONFLUENCE_TOKEN": "<YOUR_CONFLUENCE_TOKEN>",
        "ATLASSIAN_READ_ONLY": "<YOUR_ATLASSIAN_READ_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-atlassian-extended": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ],
      "env": {
        "JIRA_URL": "<YOUR_JIRA_URL>",
        "JIRA_TOKEN": "<YOUR_JIRA_TOKEN>",
        "CONFLUENCE_URL": "<YOUR_CONFLUENCE_URL>",
        "CONFLUENCE_TOKEN": "<YOUR_CONFLUENCE_TOKEN>",
        "ATLASSIAN_READ_ONLY": "<YOUR_ATLASSIAN_READ_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-atlassian-extended": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ],
      "env": {
        "JIRA_URL": "<YOUR_JIRA_URL>",
        "JIRA_TOKEN": "<YOUR_JIRA_TOKEN>",
        "CONFLUENCE_URL": "<YOUR_CONFLUENCE_URL>",
        "CONFLUENCE_TOKEN": "<YOUR_CONFLUENCE_TOKEN>",
        "ATLASSIAN_READ_ONLY": "<YOUR_ATLASSIAN_READ_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-atlassian-extended --env JIRA_URL=<YOUR_JIRA_URL> --env JIRA_TOKEN=<YOUR_JIRA_TOKEN> --env CONFLUENCE_URL=<YOUR_CONFLUENCE_URL> --env CONFLUENCE_TOKEN=<YOUR_CONFLUENCE_TOKEN> --env ATLASSIAN_READ_ONLY=<YOUR_ATLASSIAN_READ_ONLY> -- uvx mcp-atlassian-extended

Related MCP servers

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

View repository →

MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.

View repository →