J

Jira

Integrates with the Jira API to enable querying, creating, and modifying issues and projects, simpli...

67 views
0 installs
Updated Sep 19, 2025
Not audited
Integrates with the Jira API to enable querying, creating, and modifying issues and projects, simplifying project tracking and management tasks.
  1. Register at Claude.ai and Subscribe

    • Go to https://claude.ai and create an account.
    • Purchase a Pro subscription to gain access to Claude Desktop.
  2. Install Claude Desktop

    • Download and install Claude Desktop from https://claude.ai/download.
    • On MacOS, configuration files are located at: ~/Library/Application Support/Claude/claude_desktop_config.json
    • On Windows, configuration files are at: %APPDATA%/Claude/claude_desktop_config.json
  3. Obtain Your Jira Account Username

    • Find your Jira username. (Example: v.pupkin)
    • This will be used for the HH_JIRA_MCP_USER value.
  4. Store Your Jira Account Password

    • Install the keyring utility: https://pypi.org/project/keyring/
    • Run the following command and enter your Jira account password when prompted:
      keyring set hh-jira-mcp-server YOUR_JIRA_USERNAME
      
      Replace YOUR_JIRA_USERNAME with your actual Jira username.
  5. Determine or Obtain Your Team Name

    • Identify the Jira team name you want this integration to use.
    • Example: some-team
    • Use this for the HH_JIRA_MCP_TEAM value.
  6. Set Your Desired Jira Search Filter

    • Define the Jira query filter you wish to apply.
    • Example: status in ("Development: In progress")
    • Use this string as the value for HH_JIRA_MCP_SEARCH_FILTER.
  7. Adding Environment Variables

    • In the FastMCP connection interface, click the "Install Now" button.
    • Fill in the required ENV values as follows:
      • HH_JIRA_MCP_USER: Your Jira username (from step 3).
      • HH_JIRA_MCP_TEAM: Your Jira team name (from step 5).
      • HH_JIRA_MCP_SEARCH_FILTER: Your Jira search filter (from step 6).
    • The Jira password will be securely stored using keyring (step 4) and does not go into the ENV form.

Your server should now be properly configured.

Quick Start

View on GitHub

More for Project Management

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.