jira-mcp
If you are the rightful owner of jira-mcp 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.
unknown
The JIRA MCP Server is a Model Context Protocol server implementation designed to provide access to JIRA data with enhanced features such as relationship tracking, optimized data payloads, and data cleaning for AI context windows. It supports both Jira Cloud and Jira Server (Data Center) instances, allowing users to select the type via an environment variable. The server automatically adjusts to the correct API version and authentication method based on the selected type. This server is particularly useful for managing JIRA issues, extracting mentions, and handling file attachments securely.
Features
- Search JIRA issues using JQL with a maximum of 50 results per request.
- Retrieve epic children with comment history and optimized payloads, limited to 100 issues per request.
- Create, update, and manage JIRA issues, including adding comments and handling file attachments.
- Track issue relationships such as mentions, links, parent/child, and epics.
- Clean and transform rich JIRA content for AI context efficiency.
Tools
search_issues
Search JIRA issues using JQL. Returns up to 50 results per request.
get_epic_children
Get all child issues in an epic including their comments and relationship data. Limited to 100 issues per request.
get_issue
Get detailed information about a specific JIRA issue including comments and all relationships.
create_issue
Create a new JIRA issue with specified fields.
update_issue
Update fields of an existing JIRA issue.
add_attachment
Add a file attachment to a JIRA issue.
add_comment
Add a comment to a JIRA issue. Accepts plain text and converts it to the required Atlassian Document Format internally.