mcpbeat Sign in

Atlassian Dc MCP Jira MCP Server

local only

Atlassian Dc MCP Jira runs on your own machine — the client starts it, so there is no endpoint to ping. 2 750 installs a week from npm. Last commit 3 Sep 2026.

MCP server for Atlassian Jira Data Center - search, view, and create issues

Installs per day peak 4 221 · avg 803 · -30% w/w
a month agotoday
2 750
Installs / week
npm · @atlassian-dc-mcp/jira
98
Stars
4 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/run.js:1, [пакет] src/jira-client/models/A11yPersonalSettingBean.ts:1, [пакет] src/jira-client/models/ActiveCategory.ts:1 и ещё 195
этот файл ставится пользователю, но в репозитории его нет
    this.nodemonProcess = spawn(command, [

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add atlassian-dc-mcp-jira -- npx -y @atlassian-dc-mcp/jira
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atlassian-dc-mcp-jira]
command = "npx"
args = ["-y", "@atlassian-dc-mcp/jira"]
.cursor/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-jira": {
      "args": [
        "-y",
        "@atlassian-dc-mcp/jira"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATLASSIAN_DC_MCP_CONFIG_FILE (Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.), JIRA_HOST (Jira host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_API_BASE_PATH.), JIRA_API_BASE_PATH (Jira API base path (alternative to JIRA_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_HOST.), JIRA_API_TOKEN (Jira Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Atlassian Dc MCP Jira

same job, measured the same way
Atlassian Dc MCP Jira
by mrrefactoring

MCP server for Atlassian Jira Data Center - search, view, and create issues

70 installs/wk local only
Jira MCP Server
by friendlygeorge

MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...

27 installs/wk local only
MCP Jira Stdio
by freema

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

632 installs/wk local only
Atlassian Rovo MCP Server
by atlassian

Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.

answering
Atlassian Attachments
by alyiox

MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.

137 installs/wk local only
C
Alces MCP
by moosejudge

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

403 installs/wk local only
Jira Cloud
by aaronsb

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

112 installs/wk local only
MCP Jira Scoped
by deepwired

Jira MCP server with scoped API tokens via api.atlassian.com gateway

64 installs/wk local only

Atlassian Dc MCP Jira — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlassian Dc MCP Jira?
Atlassian Dc MCP Jira runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @atlassian-dc-mcp/jira was installed 2 750 times last week.
How do I connect Atlassian Dc MCP Jira?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @atlassian-dc-mcp/jira straight from npm; nothing to host, nothing to sign up for.
How many people use Atlassian Dc MCP Jira?
The npm package @atlassian-dc-mcp/jira was installed 2 750 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlassian Dc MCP Jira open source?
Yes — it is published under the MIT licence, written in TypeScript, 98 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.