Prerequisites
Before installing Jira MCP, you need to set up the Jira CLI that the MCP server uses to execute commands.Install jira-cli
Follow the installation instructions for your operating system from the jira-cli repository.
Get Jira API credentials
Depending on your Jira implementation (Cloud or Self-Hosted), you will need to use a different authentication type.Add these to your Make sure to source the file after adding the credentials:
.bashrc, .zshrc, or other shell configuration file:See alternative credential
methods for other
ways to configure authentication.
Install the MCP server
Choose your preferred installation method:- Download binary (Recommended)
- Development setup with uv
- Install globally with pipx
Download the latest release for your operating system from the Releases page.
Add to your LLM client configuration:
Add to your LLM client configuration:
| Operating System | Binary |
|---|---|
| Linux | jira-mcp-linux |
| Windows | jira-mcp-windows.exe |
| macOS (Apple Silicon) | jira-mcp-macos-apple-silicon-arm64 |
| macOS (Intel) | jira-mcp-macos-x64 |
Linux
Linux
Replace
/usr/local/bin/jira-mcp with the path to the binary on your machine
if you moved it to a different location.macOS
macOS
Replace
/usr/local/bin/jira-mcp with the path to the binary on your machine
if you moved it to a different location.Windows
Windows
- Download
jira-mcp-windows.exefrom the Releases page. - Move the executable to a convenient location (e.g.,
C:\Program Files\jira-mcp\).
Replace
C:\\Program Files\\jira-mcp\\jira-mcp-windows.exe with the path to
the binary on your machine if you moved it to a different location.Next steps
Configure Cursor
Set up Jira MCP in Cursor IDE.
Configure Claude Code
Set up Jira MCP with Claude Code CLI.
Configure Windsurf
Set up Jira MCP in Windsurf.
Development
Contribute to Jira MCP development.
