mcp-jira

mcp-jira

1

The Jira MCP Server is designed to facilitate interaction with Jira's REST API using natural language commands through integration with Claude Desktop and other MCP clients. It offers features such as project access, issue management, and workflow transitions, with support for various authentication methods.

Jira MCP Server

A Model Context Protocol (MCP) server for interacting with Jira's REST API using the jira-python library. This server integrates with Claude Desktop and other MCP clients, allowing interactions with Jira via natural language commands.

Features

  • Access all Jira projects
  • Get details for specific Jira issues
  • Search issues via JQL
  • Create new Jira issues
  • Add comments to issues
  • Access issue transitions
  • Transition issues to new statuses

Installation

Prerequisites

  • Python 3.9 or higher
  • Jira instance (Cloud, Server, or Data Center)

Usage

Command Line

  • Use Python or Docker to run the server

Claude Desktop Integration

  • Install and configure the server for use with Claude Desktop

Authentication

  • Supports basic authentication and API tokens

Available Tools

  1. get_projects
  2. get_issue
  3. search_issues
  4. create_issue
  5. add_comment
  6. get_transitions
  7. transition_issue

License

MIT