Skip to main content

MCP server for Jira integration

Project description

hc-mcp-jira MCP server

MCP server for Jira integration, providing your LLM tools to interact with Jira.

Features

The server provides the following Jira integration tools:

  • get_current_user: Get information about the currently authenticated user
  • create_issue: Create a new Jira issue with customizable fields
  • update_issue: Update an existing Jira issue's fields and status
  • get_issue: Get complete issue details
  • search_issues: Search for issues in a project using JQL
  • add_comment: Add a comment to a Jira issue
  • list_projects: List all accessible Jira projects
  • delete_issue: Delete a Jira issue
  • create_issue_link: Create a link between two issues

Installation

The package supports uvx and can be run using the following command:

uvx hc-mcp-jira

Alternatively, it can be installed using:

pip install hc-mcp-jira

Configuration

The server requires the following environment variables:

Claude Desktop Configuration

There are two options to make the server available in Claude Desktop:

  1. Run the following command in your terminal:

    uvx hc-mcp-jira --add-to-claude --env JIRA_URL=your-jira-url --env JIRA_USERNAME=your-username --env JIRA_API_TOKEN=your-api-token
    
  2. Add the following to your Claude Desktop configuration file:

    • On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • On Windows: %APPDATA%/Claude/claude_desktop_config.json
    {
      "mcpServers": {
        "hc-mcp-jira": {
          "command": "uvx",
          "args": [
            "hc-mcp-jira"
          ],
          "env": {
            "JIRA_URL": "your-jira-url",
            "JIRA_USERNAME": "your-username",
            "JIRA_API_TOKEN": "your-api-token"
          }
        }
      }
    }
    

Cline Configuration

There are two options to make the server available in Cline:

  1. Run the following command in your terminal:

    uvx hc-mcp-jira --add-to-cline --env JIRA_URL=your-jira-url --env JIRA_USERNAME=your-username --env JIRA_API_TOKEN=your-api-token
    

    Environment variables not explicitly set in the command will be taken from the current environment.

  2. Add the following to your Cline configuration file:

  • On MacOS: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • On Cloud9: ~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
{
  "mcpServers": {
    "hc-mcp-jira": {
      "command": "uvx",
      "args": [
        "hc-mcp-jira"
      ],
      "env": {
        "JIRA_URL": "your-jira-url",
        "JIRA_USERNAME": "your-username",
        "JIRA_API_TOKEN": "your-api-token"
      }
    }
  }
}

Development

Building and Publishing

  1. Clean previous builds:
make clean
  1. Build and publish to PyPI:
make all

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uvx hc-mcp-jira

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Example Usage

Here are some example tasks you can ask Cline to perform using this MCP server:

  1. Create a new issue: "Create a Jira issue in project KEY with title 'Implement feature X' and type 'Task'"

  2. Search for issues: "Find all open bugs in project KEY"

  3. Update an issue: "Update issue KEY-123 to add the comment 'Work in progress'"

  4. Link issues: "Create a 'blocks' link between KEY-123 and KEY-456"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hc_mcp_jira-2025.2.1.tar.gz (30.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hc_mcp_jira-2025.2.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file hc_mcp_jira-2025.2.1.tar.gz.

File metadata

  • Download URL: hc_mcp_jira-2025.2.1.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for hc_mcp_jira-2025.2.1.tar.gz
Algorithm Hash digest
SHA256 84d2da3645396f32d0a95ddbd56bd2a19fd946cfc98097d240f623f82ae329f5
MD5 bb4d5cbd52443a682053c723a1f4a737
BLAKE2b-256 fe9fad73130c60f55689ed855fc36d6ecbd27e045d41d40bcd0302b50726ac9c

See more details on using hashes here.

File details

Details for the file hc_mcp_jira-2025.2.1-py3-none-any.whl.

File metadata

  • Download URL: hc_mcp_jira-2025.2.1-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for hc_mcp_jira-2025.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7807122154cdbf5f8b59ec30de2cff303a1f8c5c0f1dad4f81f895723177226e
MD5 4b188533e179a21c8d68396c6e4bff78
BLAKE2b-256 19827783210e545475fee7e06b00fc843d096cf104f31cb0713b545760e248b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page