jira-mcp-server

jira-mcp-server

3.2

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.

An MCP Server to communicate with Jira, primarily tested with Jira Cloud endpoints.

The Jira MCP Server is designed to facilitate communication with Jira, specifically through its cloud endpoints. It allows users to interact with Jira's REST API to perform various operations such as creating, editing, and managing issues. While it may work with Jira Data Center endpoints, it has only been tested with Jira Cloud endpoints. The server requires specific environment variables to be set up in the MCP client to function correctly, including the Jira project URL, user email, API key, and project key. This server is still a work in progress, and users are encouraged to report any issues they encounter.

Features

  • Get Issue By Key
  • Search Issues
  • Create Issue
  • Assign Issue
  • Edit Issue

Tools

  1. Get Issue By Key

    Retrieve a specific issue using its key.

  2. Search Issues

    Search for issues based on specific criteria.

  3. Create Issue

    Create a new issue in a specified project.

  4. Assign Issue

    Assign an issue to a specific user.

  5. Edit Issue

    Modify the details of an existing issue.