Skip to main content

MCP server for Jira integration

Project description

Jira MCP Server

A Model Context Protocol (MCP) server for Jira integration. This server provides tools for interacting with Jira, including creating, reading, and updating issues.

Features

  • Issue Management: Create, read, update, and transition issues
  • Search: Use JQL to search for issues
  • Comments: Add comments to issues
  • Resources: Access metadata about projects, issue types, and priorities
  • Prompts: Templates for common Jira workflows

Installation

pip install mcp-jira

Configuration

Set the following environment variables:

export JIRA_BASE_URL="https://your-instance.atlassian.net"
export JIRA_USERNAME="your_email@example.com"
export JIRA_API_TOKEN="your_api_token"

You can get an API token from: https://id.atlassian.com/manage-profile/security/api-tokens

Usage

Start the server:

mcp-jira

Using with Claude Desktop

Add the following to your claude_desktop_config.json file:

"mcp-jira": {
  "command": "uvx",
  "args": [
    "mcp-jira"
  ],
  "env": {
    "JIRA_BASE_URL": "https://your-instance.atlassian.net",
    "JIRA_USERNAME": "your_email@example.com",
    "JIRA_API_TOKEN": "your_api_token"
  }
}

Replace the environment variables with your actual Jira API credentials.

Available Tools

  • get_issue: Get details of a specific Jira issue
  • search_issues: Search for Jira issues using JQL
  • create_issue: Create a new Jira issue
  • update_issue: Update an existing Jira issue
  • add_comment: Add a comment to a Jira issue
  • transition_issue: Change the status of a Jira issue

Available Resources

  • jira://projects: List of all Jira projects
  • jira://issuetypes: List of all issue types
  • jira://priorities: List of all priorities

Available Prompts

  • create_bug: Template for creating a bug report
  • jql_search: Template for creating JQL search queries

Version

0.0.1

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

mcp_jira-0.0.2.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

mcp_jira-0.0.2-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file mcp_jira-0.0.2.tar.gz.

File metadata

  • Download URL: mcp_jira-0.0.2.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.13

File hashes

Hashes for mcp_jira-0.0.2.tar.gz
Algorithm Hash digest
SHA256 28d242ff1ab2ec750f76dd043b239a83d3a2f9c601ea1aee13cec9cbb9ac6df3
MD5 fac7c7a2ff9e90a7c6bde9d057728710
BLAKE2b-256 cc17989d889a594c981087a19ec01cb0cb8c560c5c6606b31f405dfd9bdff8a7

See more details on using hashes here.

File details

Details for the file mcp_jira-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_jira-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.13

File hashes

Hashes for mcp_jira-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 572c22cf2fad7b37a0a0691d617e4248ccb6c601d31afbcefffd3ca0c95090f1
MD5 28823f1fc383d45520c2d3529713158a
BLAKE2b-256 20de12c6afb205ae2288b39f58e78c812713819749cfd2a9d3ab19edd1fad26f

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