Jira MCP MCP Server

The most robust Jira MCP safe for internal corporate use.

Local serverstdio

What is the Jira MCP MCP server?

The most robust Jira MCP safe for internal corporate use. Exposed over MCP by the jira mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Financial support from private and corporate sponsors ensures the tool's continued development.

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at ghcr.io/ankitpokhrel/jira-cli on a container image and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Its toolset

Everything the assistant can do here goes through one of these:

  • Navigation — The lists are displayed in an interactive UI by default. - Use arrow keys or j, k, h, l characters to navigate through the list. - Use g and G to
  • Resources — The Resources tool exposed by this server
  • Issue — Issues are displayed in an interactive table view by default. You can output the results in a plain view using the --plain flag
  • List — The list command lets you search and navigate the issues. The issues are sorted by created field in descending order by default
  • Create — The Create tool exposed by this server
  • Edit — The Edit tool exposed by this server
  • Assign — The Assign tool exposed by this server
  • View — The view command lets you see issue details in a terminal. Atlassian document is roughly converted to Markdown and is nicely displayed in the
  • Link — The Link tool exposed by this server
  • Unlink — The Unlink tool exposed by this server
  • Clone — The clone command lets you clone an issue. You can update fields like summary, priority, assignee, labels, and components when cloning the issue. The
  • Delete — The Delete tool exposed by this server

Configuration

You will need one environment variable: JIRA_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Jira MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jira mcp mcp server does with a few real requests.

When to reach for it

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jira MCP's toolset — Navigation, Resources, Issue and 10 more — is a fair guide to whether it matches your workflow.

This entry was verified against Jira MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
NavigationThe lists are displayed in an interactive UI by default. - Use arrow keys or j, k, h, l characters to navigate through the list. - Use g and G to quickly navigate to the top and bottom respectively. - Use CTRL + f to scr
ResourcesThe Resources tool exposed by this server.
IssueIssues are displayed in an interactive table view by default. You can output the results in a plain view using the --plain flag.
ListThe list command lets you search and navigate the issues. The issues are sorted by created field in descending order by default.
CreateThe Create tool exposed by this server.
EditThe Edit tool exposed by this server.
AssignThe Assign tool exposed by this server.
ViewThe view command lets you see issue details in a terminal. Atlassian document is roughly converted to Markdown and is nicely displayed in the terminal.
LinkThe Link tool exposed by this server.
UnlinkThe Unlink tool exposed by this server.
CloneThe clone command lets you clone an issue. You can update fields like summary, priority, assignee, labels, and components when cloning the issue. The command also allows you to replace a part of the string (case-sensitiv
DeleteThe Delete tool exposed by this server.
CommentThe comment command provides a list of sub-commands to manage issue comments.

How to install the Jira MCP MCP server

{
  "mcpServers": {
    "jira-xaviercollantes-dev": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/ankitpokhrel/jira-cli"],
      "env": {
        "JIRA_API_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
JIRA_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Jira MCP to Navigation.
  • Use Jira MCP to Resources.
  • Use Jira MCP to Issue.

Frequently asked questions

It connects Jira MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (Navigation, Resources, Issue, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jira MCP directly.