mcp-jira

mcp-jira

3.3

If you are the rightful owner of mcp-jira 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 (MCP) server for interacting with Jira's REST API using the `jira-python` library.

The Jira MCP Server is designed to facilitate seamless interaction with Jira's REST API through natural language commands. By leveraging the `jira-python` library, this server integrates with Claude Desktop and other MCP clients, allowing users to perform various Jira operations such as retrieving project details, searching issues, creating new issues, and managing issue transitions. The server supports multiple authentication methods, including basic authentication and API tokens, making it versatile for different Jira environments, whether Cloud, Server, or Data Center. With its robust feature set, the Jira MCP Server enhances productivity by simplifying Jira interactions through a user-friendly interface.

Features

  • Get all accessible Jira projects
  • Get details for a specific Jira issue
  • Search issues using JQL (Jira Query Language)
  • Create new Jira issues
  • Add comments to issues

Tools

  1. get_projects

    Get all accessible Jira projects

  2. get_issue

    Get details for a specific Jira issue by key

  3. search_issues

    Search for Jira issues using JQL

  4. create_issue

    Create a new Jira issue

  5. add_comment

    Add a comment to a Jira issue

  6. get_transitions

    Get available workflow transitions for a Jira issue

  7. transition_issue

    Transition a Jira issue to a new status