mcp-jira-server
If you are the rightful owner of mcp-jira-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
create_issue
Creates a new Jira issue with required parameters like working directory, summary, description, and type.
list_issues
Lists issues in the project with optional status filtering.
update_issue
Updates an existing issue with options to change summary, description, and status.
get_issue
Retrieves detailed information about a specific issue.
delete_issue
Deletes a Jira issue.
add_comment
Adds a comment to an existing issue.