Jira MCP
UnclaimedA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.
Install
go install github.com/nguyenvanduocit/jira-mcp/cmd/jira-cli@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (21)
jira_add_comment
Add a comment to an issue (uses Atlassian Document Format)
jira_add_worklog
Add a worklog entry to track time spent on an issue
jira_create_child_issue
Create a child issue (sub-task) linked to a parent issue
jira_create_issue
Create a new issue with specified details (returns key, ID, and URL)
jira_get_active_sprint
Get the currently active sprint for a given board or project
jira_get_comments
Retrieve all comments from an issue
jira_get_development_information
Retrieve branches, pull requests, and commits linked to an issue via development tool integrations (GitHub, GitLab, Bitbucket)
jira_get_issue
Retrieve detailed information about a specific issue including status, assignee, description, subtasks, and available transitions
jira_get_issue_history
Retrieve the complete change history of an issue
jira_get_related_issues
Retrieve issues that have a relationship (blocks, is blocked by, relates to, etc.)
jira_get_sprint
Retrieve detailed information about a specific sprint by its ID
jira_get_version
Retrieve detailed information about a specific project version
jira_link_issues
Create a link between two issues, defining their relationship
jira_list_issue_types
List all available issue types in a project with their IDs, names, and descriptions
jira_list_project_versions
List all versions in a project with their details
jira_list_sprints
List all active and future sprints for a specific board or project
jira_list_statuses
Retrieve all available issue status IDs and their names for a project
jira_search_issue
Search for issues using JQL (Jira Query Language) with customizable fields and expand options
jira_search_sprint_by_name
Search for sprints by name with exact or partial matching
jira_transition_issue
Transition an issue through its workflow using a valid transition ID
jira_update_issue
Modify an existing issue's details (supports partial updates)