mcpbeat Sign in

jira-mini-mcp MCP Server

local only

jira-mini-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

Installs / week
pypi · jira-mini-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check jira-mini-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-mini-mcp -- uvx jira-mini-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jira-mini-mcp": {
      "args": [
        "jira-mini-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jira-mini-mcp]
command = "uvx"
args = ["jira-mini-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jira-mini-mcp": {
      "args": [
        "jira-mini-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jira-mini-mcp": {
      "args": [
        "jira-mini-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: JIRA_BASE_URL (Your Jira Cloud site, e.g. https://example.atlassian.net), JIRA_EMAIL (The email your Jira API token belongs to), JIRA_API_TOKEN (A Jira Cloud API token), READ_ONLY_MODE (Set to true, 1, or on to register only the six read tools and withhold the three write tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to jira-mini-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
Clickup MCP
by cvrt-jh

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

43 installs/wk local only
Devflow MCP
by cocaxcode

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

47 installs/wk local only
I
MCP Jira Server
by edrich13

MCP server for self-hosted Jira instance with Personal Access Token authentication

447 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
Atlassian Attachments
by alyiox

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

137 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 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

jira-mini-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for jira-mini-mcp?
jira-mini-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 pypi package jira-mini-mcp.
How do I connect jira-mini-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 jira-mini-mcp straight from pypi; nothing to host, nothing to sign up for.
Is jira-mini-mcp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.