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
| Tool | Description |
|---|---|
jira_get | Read Jira data with JQL |
jira_post | Create issues and comments |
jira_put | Full update of resources |
jira_patch | Partial update of resources |
jira_delete | Delete Jira resources |