Jira MCP
An opinionated Jira MCP server built from years of real-world software development experience.
Unlike generic Jira integrations, this MCP is crafted from the daily workflows of engineers and automation QC teams. You'll find sophisticated tools designed for actual development needs—like retrieving all pull requests linked to an issue, managing complex sprint transitions, or tracking development information across your entire workflow.
This isn't just another API wrapper. It's a reflection of how professionals actually use Jira: managing sprints, tracking development work, coordinating releases, and maintaining visibility across teams. Every tool is designed to solve real problems that arise in modern software development.
Available tools
Issue Management
- jira_get_issue - Retrieve detailed information about a specific issue including status, assignee, description, subtasks, and available transitions
- jira_create_issue - Create a new issue with specified details (returns key, ID, and URL)
- jira_create_child_issue - Create a child issue (sub-task) linked to a parent issue
- jira_update_issue - Modify an existing issue's details (supports partial updates)
- jira_list_issue_types - List all available issue types in a project with their IDs, names, and descriptions






