mcp-jira-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILYesYour email address for Jira API access.
JIRA_DOMAINYesYour Jira domain.
JIRA_API_TOKENYesYour Jira API token, which can be generated from Atlassian Account Settings.

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
create_issueCreate a new Jira issue
list_issuesList issues in the project
update_issueUpdate an existing issue
get_issueGet details of a specific issue
delete_issueDelete a Jira issue
add_commentAdd a comment to an existing issue