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_issue

Create a new Jira issue

list_issues

List issues in the project

update_issue

Update an existing issue

get_issue

Get details of a specific issue

delete_issue

Delete a Jira issue

add_comment

Add a comment to an existing issue