mcpbeat Sign in

Jira MCP Server

by raalarcon9705 Your server? Claim it
local only

Jira MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 29 May 2026.

Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx.

Installs per day peak 26 · avg 14 · +19% w/w
a month agotoday
60
Installs / week
npm · raalarcon-jira-mcp-server
5
Stars
1 open issues
29 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Jira MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 jira-mcp -- npx -y raalarcon-jira-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jira-mcp": {
      "args": [
        "-y",
        "raalarcon-jira-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jira-mcp]
command = "npx"
args = ["-y", "raalarcon-jira-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "jira-mcp": {
      "args": [
        "-y",
        "raalarcon-jira-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jira-mcp": {
      "args": [
        "-y",
        "raalarcon-jira-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JIRA_HOST (Your Atlassian domain URL (e.g. https://your-domain.atlassian.net)), JIRA_EMAIL (Your Jira account email address), JIRA_API_TOKEN (Jira API token from https://id.atlassian.com/manage-profile/security/api-tokens). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jira MCP

same job, measured the same way
MCP Jira Stdio
by freema

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

632 installs/wk local only
MCP Atlassian Extended
by vish288

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

285 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
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
A2atlassian
by agentic-eng

Jira & Confluence for AI agents. Pre-configured connections, compact output.

121 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
P4plan MCP
by perforce

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

23 installs/wk local only
Aztra
by aztra

Aztra workspace: projects, issues, sprints, goals, wiki and time tracking.

answering

Jira MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Jira MCP?
Jira MCP 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 raalarcon-jira-mcp-server was installed 60 times last week.
How do I connect Jira MCP?
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 raalarcon-jira-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Jira MCP?
The npm package raalarcon-jira-mcp-server was installed 60 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jira MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.