Atlassian Dc MCP Server
Rank #22,457io.github.MrRefactoring/atlassian-dc-mcp-jira
MCP server for Atlassian Jira Data Center - search, view, and create issues
Atlassian Dc MCP Server is a Model Context Protocol (MCP) server published by MrRefactoring. It ranks #22,457 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Atlassian Dc MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 93,003 of 115,460 servers on MCP Toplist.
Use Atlassian Dc MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add atlassian-dc-mcp-jira -e "ATLASSIAN_DC_MCP_CONFIG_FILE=<your ATLASSIAN_DC_MCP_CONFIG_FILE>" -e "JIRA_HOST=<your JIRA_HOST>" -e "JIRA_API_BASE_PATH=<your JIRA_API_BASE_PATH>" -e "JIRA_API_TOKEN=<your JIRA_API_TOKEN>" -- npx -y jira-datacenter-mcpReplace each placeholder with your own value before saving.
[mcp_servers.atlassian-dc-mcp-jira]
command = "npx"
args = ["-y", "jira-datacenter-mcp"]
[mcp_servers.atlassian-dc-mcp-jira.env]
ATLASSIAN_DC_MCP_CONFIG_FILE = "<your ATLASSIAN_DC_MCP_CONFIG_FILE>"
JIRA_HOST = "<your JIRA_HOST>"
JIRA_API_BASE_PATH = "<your JIRA_API_BASE_PATH>"
JIRA_API_TOKEN = "<your JIRA_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"jira-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<your ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<your JIRA_HOST>",
"JIRA_API_BASE_PATH": "<your JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"jira-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<your ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<your JIRA_HOST>",
"JIRA_API_BASE_PATH": "<your JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"atlassian-dc-mcp-jira": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jira-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<your ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<your JIRA_HOST>",
"JIRA_API_BASE_PATH": "<your JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"jira-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<your ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<your JIRA_HOST>",
"JIRA_API_BASE_PATH": "<your JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"jira-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<your ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<your JIRA_HOST>",
"JIRA_API_BASE_PATH": "<your JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>"
}
}
}
}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.MrRefactoring%2Fatlassian-dc-mcp-jira)<a href="https://mcptoplist.com/server/io.github.MrRefactoring%2Fatlassian-dc-mcp-jira"><img src="https://mcptoplist.com/badge/io.github.MrRefactoring%2Fatlassian-dc-mcp-jira.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MrRefactoring
Available versions (3)
| Version | Published |
|---|---|
| 0.5.0 | Aug 1, 2026 |
| 0.4.0 | Jul 6, 2026 |
| 0.2.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Atlassian Dc MCP Server?
- Atlassian Dc MCP Server is maintained by MrRefactoring, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Atlassian Dc MCP Server listed on the Official MCP Registry?
- Yes — Atlassian Dc MCP Server is listed on the Official MCP Registry.
- How many versions does Atlassian Dc MCP Server have?
- MCP Toplist tracks 3 versions of Atlassian Dc MCP Server, most recently published on Aug 1, 2026.
- Where can I find the source code for Atlassian Dc MCP Server?
- The source code for Atlassian Dc MCP Server is hosted at github.com/MrRefactoring/atlassian-dc-mcp.