mcp-jira-server

mcp-jira-server

3.4

If you are the rightful owner of mcp-jira-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 that provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.

The Jira MCP Server is designed to facilitate seamless integration with Jira's REST API, enabling AI assistants to manage Jira issues programmatically. This server allows users to create, list, update, and delete Jira issues, as well as add comments and retrieve detailed issue information. It supports various issue types such as Tasks, Epics, and Subtasks, and offers optional status filtering for listing issues. The server is equipped with comprehensive error handling to manage invalid project keys, missing configurations, and API authentication errors. Additionally, it formats output to provide detailed issue information, including comments with author and timestamp.

Features

  • Create new issues (Tasks, Epics, Subtasks)
  • List issues with optional status filtering
  • Update existing issues (summary, description, status)
  • Get detailed issue information
  • Add comments to issues

Tools

  1. create_issue

    Creates a new Jira issue with required parameters like working directory, summary, description, and type.

  2. list_issues

    Lists issues in the project with optional status filtering.

  3. update_issue

    Updates an existing issue with options to change summary, description, and status.

  4. get_issue

    Retrieves detailed information about a specific issue.

  5. delete_issue

    Deletes a Jira issue.

  6. add_comment

    Adds a comment to an existing issue.