Jira MCP Server

by samuelrizzo

2 stars
183 downloads
Not rated
GitHub

Description

# Jira MCP Server <div align="center"> [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)…

About

# Jira MCP Server <div align="center"> [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![Node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/)…

Details

Author
samuelrizzo
GitHub stars
2
Downloads
183
Categories
Developer Tools

- List all accessible Jira projects
- Get detailed issue information by key
- Search issues by project and assignee
- List project members and check user membership
- Create new issues with custom fields
- List and query sprints with filtering

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 Server
    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

Clone the repository, install dependencies with npm install, build with npm run build, then configure the MCP server in your cursor/windsurf settings using environment variables for Jira host, email, and API token. Run the server via node ./dist/index.js.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "jira mcp server": {
            "jira-mcp": {
                "command": "node",
                "args": [
                    "./dist/index.js"
                ],
                "env": {
                    "JIRA_HOST": "",
                    "JIRA_EMAIL": "",
                    "JIRA_API_TOKEN": ""
                }
            }
        }
    }
}

McpServers

{
    "jira-mcp": {
        "command": "node",
        "args": [
            "./dist/index.js"
        ],
        "env": {
            "JIRA_HOST": "",
            "JIRA_EMAIL": "",
            "JIRA_API_TOKEN": ""
        }
    }
}

Jira MCP Server

<div align="center">

TypeScript
Node.js
Jira
NPM
License
PRs Welcome

</div>

A Model Context Protocol (MCP) server for Jira integration. This server allows AI assistants like Claude to interact with Jira using MCP.

<div align="center">
Skills
</div>

Author: Samuel Rizzo

<div align="center">

GitHub followers
Twitter Follow

</div>

Features

- List all Jira projects
- Get detailed issue information
- Search issues by project and assignee
- List project members
- Check user's project membership and assigned issues
- Create new issues with custom fields
- List and query sprints with filtering options

Installation

```bash

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.