namuan/jira-task-manager-mcp
If you are the rightful owner of jira-task-manager-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 dayong@mcphub.com.
The JIRA Task Manager MCP is a task management system that integrates with JIRA to manage tasks and issues through an MCP server.
Tools
Functions exposed to the LLM to take actions
add_task
Create a new task
update_task_description
Update a task's description
get_next_available_task
Get the next available task
get_tasks
Get a list of tasks with optional filtering (all, wip, done)
mark_as_in_progress
Mark a task as in progress
mark_as_completed
Mark a task as completed
update_task_with_checklist
Add or update a checklist for a task
complete_checklist_item
Mark a specific checklist item as completed
get_next_unchecked_checklist_item
Get the next unchecked checklist item for a task
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client