Jira

MCP
Developer
5 tools

Manage issues, boards, sprints, and projects in Jira

Installation

Install the typed integration package for your language:

Terminal

$ npm install @leash/integration-jira

Authentication

Set ATLASSIAN_API_TOKEN — Create an API token at id.atlassian.com/manage-profile/security/api-tokens. Also set ATLASSIAN_USER_EMAIL and ATLASSIAN_SITE_NAME.

Usage

import { LeashIntegrations } from '@leash/sdk'
import { createJiraClient } from '@leash/integration-jira'
const leash = new LeashIntegrations()
const client = createJiraClient(leash)
const result = await client.jiraGet()

Available Tools

ToolDescription
jira_getRead Jira data with JQL
jira_postCreate issues and comments
jira_putFull update of resources
jira_patchPartial update of resources
jira_deleteDelete Jira resources