MCP Atlassian Extended
Rank #5,872io.github.vish288/mcp-atlassian-extended
MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
MCP Atlassian Extended is a Model Context Protocol (MCP) server published by vish288. It ranks #5,872 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP Atlassian Extended is listed across 3 registries — Official MCP, Glama and PulseMCP, with 10 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 109,719 of 115,591 servers on MCP Toplist.
Use MCP Atlassian Extended
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-atlassian-extended -e "JIRA_URL=<your JIRA_URL>" -e "JIRA_TOKEN=<your JIRA_TOKEN>" -e "CONFLUENCE_URL=<your CONFLUENCE_URL>" -e "CONFLUENCE_TOKEN=<your CONFLUENCE_TOKEN>" -e "ATLASSIAN_READ_ONLY=<your ATLASSIAN_READ_ONLY>" -- uvx mcp-atlassian-extendedReplace each placeholder with your own value before saving.
[mcp_servers.mcp-atlassian-extended]
command = "uvx"
args = ["mcp-atlassian-extended"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vish288%2Fmcp-atlassian-extended)<a href="https://mcptoplist.com/server/io.github.vish288%2Fmcp-atlassian-extended"><img src="https://mcptoplist.com/badge/io.github.vish288%2Fmcp-atlassian-extended.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vish288
Other servers by vish288
View all vish288 servers →Available versions (10)
| Version | Published |
|---|---|
| 0.6.16 | Aug 22, 2026 |
| 0.6.15 | Jul 8, 2026 |
| 0.6.14 | Jun 17, 2026 |
| 0.6.13 | Mar 5, 2026 |
| 0.6.12 | Mar 5, 2026 |
| 0.6.11 | Mar 3, 2026 |
| 0.6.10 | Feb 27, 2026 |
| 0.6.7 | Feb 27, 2026 |
| 0.6.6 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Atlassian Extended?
- MCP Atlassian Extended is maintained by vish288, which publishes 3 MCP servers (28 total versions) tracked on MCP Toplist.
- Is MCP Atlassian Extended listed on the Official MCP Registry?
- Yes — MCP Atlassian Extended is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Atlassian Extended have?
- MCP Toplist tracks 10 versions of MCP Atlassian Extended, most recently published on Aug 22, 2026.
- Where can I find the source code for MCP Atlassian Extended?
- The source code for MCP Atlassian Extended is hosted at github.com/vish288/mcp-atlassian-extended.