Jira MCP

by nguyenvanduocit

92 stars
782 downloads
Not rated
GitHub

About

A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

Details

Author
nguyenvanduocit
GitHub stars
92
Downloads
782
Categories
Developer Tools, Project Management, API, Automation

- Issue management: create, update, get, search, and child issues.
- Sprint management: list, get, and search active sprints.
- Development information: branches, PRs, commits linked to issues.
- Issue relationships: retrieve and link blocking/related issues.
- Version management: get and list project versions.
- Auditable history: complete issue change history and worklogs.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jira MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Docker (ghcr.io/nguyenvanduocit/jira-mcp:latest) or as a local binary. Set three environment variables: ATLASSIAN_HOST, ATLASSIAN_EMAIL, and ATLASSIAN_TOKEN. Add the server to your MCP client’s configuration (STDIO mode). Optionally use the bundled jira-cli for terminal‑only tasks. To expose only a subset of tools, set the ENABLED_TOOLS environment variable.

get_boards

Get all available Jira scrum boards

get_issues

Get current user's tasks from a specific Jira board

get_current_user_info

Get current authenticated user information including login, email, timezone

search_user

Search for a user by login name or email

get_server_info

Get Jira server information including current server time

add_comment_to_issue

Add a comment to a specific Jira issue

get_issue_detail

Get detailed information about a specific Jira issue

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jira mcp": {
            "script": {
                "command": "/path-to/script-mcp",
                "args": [
                    "-env",
                    "path-to-env-file"
                ]
            }
        }
    }
}

McpServers

{
    "script": {
        "command": "/path-to/script-mcp",
        "args": [
            "-env",
            "path-to-env-file"
        ]
    }
}

Jira MCP

An opinionated Jira MCP server built from years of real-world software development experience.

Unlike generic Jira integrations, this MCP is crafted from the daily workflows of engineers and automation QC teams. You'll find sophisticated tools designed for actual development needs—like retrieving all pull requests linked to an issue, managing complex sprint transitions, or tracking development information across your entire workflow.

This isn't just another API wrapper. It's a reflection of how professionals actually use Jira: managing sprints, tracking development work, coordinating releases, and maintaining visibility across teams. Every tool is designed to solve real problems that arise in modern software development.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.