jira-mcp-server

jira-mcp-server

3.3

If you are the rightful owner of jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol Server for Jira, providing integration with Jira through MCP, allowing LLMs to interact with it.

The Jira MCP Server is a specialized server that facilitates the integration of Jira with Model Context Protocol (MCP). It allows Language Learning Models (LLMs) to interact with Jira, enabling automated management and retrieval of project data. The server is designed to work with Jira's REST API, providing a seamless interface for accessing Jira's functionalities. Users can list projects, boards, sprints, and issues, as well as create new issues directly from the server. The server requires a Jira Personal Access Token for authentication and is compatible with Node version 22.12.0 or above. It supports both MacOS and Windows platforms, with specific configuration instructions for each.

Features

  • Integration with Jira through MCP for LLM interaction.
  • Supports listing of projects, boards, sprints, and issues.
  • Allows creation of new issues in Jira (Task type only).
  • Compatible with Node version 22.12.0 or above.
  • Platform-specific configuration for MacOS and Windows.

Tools

  1. list_projects

    List projects in Jira, support filtering and pagination

  2. list_boards

    Lists the boards in the specified project, supports filtering and pagination

  3. list_sprints_from_board

    List sprints in the specified board, support pagination

  4. list_issues_from_sprint

    List issues in the specified sprint, support pagination and extension information