Atlassian Extended MCP Server

mcp-atlassian-extended is a Model Context Protocol (MCP) server that extends mcp-atlassian with 26 tools, 15 resources, and 5 prompts for Jira and Confluence: issue creation with custom fields, issue links, attachments, agile boards, sprints, backlog management, user search, project versions (API v2), calendars, time-off tracking, and sprint capacity planning. Works with Claude Desktop, Claude Code, Cursor…

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 3 · #52 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Atlassian Extended

before you install - you'll need

Set JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN, CONFLUENCE_URL, CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN before connecting.

Claude Code

claude mcp add vish288-mcp-atlassian-extended -- uvx mcp-atlassian-extended

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vish288-mcp-atlassian-extended": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-extended"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-atlassian-extended - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.vish288 is GitHub-verified and matches the repo owner

03 · What Atlassian Extended can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create issue with standard and custom fields, update issue fields and custom fields, create an epic (sets issue type automatically), and create a link between two issues (Relates, Blocks, etc.).

Capability map

Tools grouped from the project's README - what Atlassian Extended lets an agent do.

Jira

20 tools - e.g. Create issue with standard and custom fields; Update issue fields and custom fields; Create an epic (sets issue type automatically)

jira_create_issue · jira_update_issue · jira_create_epic · jira_create_link · jira_delete_link · jira_get_attachments…

Confluence

6 tools - e.g. List all calendars; Search calendars by name/space; Get time-off events for date range

confluence_list_calendars · confluence_search_calendars · confluence_get_time_off · confluence_who_is_out · confluence_get_person_time_off · confluence_sprint_capacity

Latest releases

v0.6.16 · 2026-08-22

bump mcp from 1.26.0 to 1.28.1 in the uv group across 1 directory · bump cryptography from 48.0.1 to 50.0.0 in the uv group across 1 directory

v0.6.15 · 2026-07-08

bump pydantic-settings from 2.13.1 to 2.14.2 in the uv group across 1 directory · bump actions/checkout from 6 to 7

v0.6.14 · 2026-06-17

bump softprops/action-gh-release from 2 to 3 · bump pyjwt from 2.11.0 to 2.13.0 · bump pytest from 9.0.2 to 9.0.3 · bump pygments from 2.19.2 to 2.20.0 · bump idna from 3.11 to 3.15 · bump python-dotenv from 1.2.1 to…

04 · Who maintains Atlassian Extended

mcp-atlassian-extended is maintained by vish288. We track 3 MCP servers from vish288 - 3 actively maintained, 11 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from vish288.

  1. mcp-gitlab MCP server for GitLab API - projects, MRs, pipelines, CI/CD, approvals, issues, code review. ★ 6
  2. mcp-coda MCP server for Coda API - docs, pages, tables, rows, formulas, permissions, and automation. ★ 2

05 · Facts

category
productivity - ranked #52 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-22)
registry
io.github.vish288/mcp-atlassian-extended (active, first published 2026-02-27 · 9 versions)
packages
pypi:mcp-atlassian-extended

06 · Atlassian Extended FAQ

Is Atlassian Extended still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Atlassian Extended do?

With this server connected, an agent can create issue with standard and custom fields, update issue fields and custom fields, create an epic (sets issue type automatically), and create a link between two issues (Relates, Blocks, etc.).

How do I install Atlassian Extended?

Run `uvx mcp-atlassian-extended`. The README documents 6 environment variables (JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN…) to set first. Set JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN, CONFLUENCE_URL, CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Atlassian Extended run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Atlassian Extended

More productivity MCP servers · Wattcoin MCP Server · Research Hub · Writbase · Claudia · Local Delegate

More Python MCP servers · Coda · GitLab · Canvas MCP (vishalsachdev) · Humane Proxy · Ru Marketplace MCP · see all