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.
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.
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.
claude mcp add jira-mini-mcp -- uvx jira-mini-mcp
{
"mcpServers": {
"jira-mini-mcp": {
"args": [
"jira-mini-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.jira-mini-mcp]
command = "uvx"
args = ["jira-mini-mcp"]
{
"mcpServers": {
"jira-mini-mcp": {
"args": [
"jira-mini-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)
MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.
MCP server for self-hosted Jira instance with Personal Access Token authentication
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.
Answers built from our own checks of this server.