webboy/mcp-jira
If you are the rightful owner of mcp-jira and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP-Jira is a Python-based MCP server designed for Jira Cloud, facilitating issue management through a REST API.
Tools
Functions exposed to the LLM to take actions
health
Validate configuration and Jira connectivity
getIssue
Get detailed information about an issue
createIssue
Create a new issue with summary, description, type, priority, assignee, labels
updateIssue
Update issue fields (summary, description, priority, assignee, labels)
searchIssues
Search issues using JQL (Jira Query Language)
getTransitions
Get available status transitions for an issue
transitionIssue
Move issue to a different status (e.g., To Do → In Progress)
addComment
Add a comment to an issue
getComments
Get all comments for an issue
addAttachment
Add a file attachment to an issue (base64-encoded)
getProjects
List all accessible projects
getProject
Get detailed information about a specific project
getIssueTypes
Get available issue types for a project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client