JIRA MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_BASE_URLYesYour JIRA instance URL (e.g., https://your-domain.atlassian.net)
JIRA_API_TOKENYesYour JIRA API token for authentication
JIRA_USER_EMAILYesEmail associated with your JIRA account

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_issues

Search JIRA issues using JQL

get_epic_children

Get all child issues in an epic including their comments

get_issue

Get detailed information about a specific JIRA issue including comments

create_issue

Create a new JIRA issue

update_issue

Update an existing JIRA issue

get_transitions

Get available status transitions for a JIRA issue

transition_issue

Change the status of a JIRA issue by performing a transition

add_attachment

Add a file attachment to a JIRA issue

add_comment

Add a comment to a JIRA issue

ID: q659niazed