nguyenvanduocit/jira-mcp
by Various
A 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 mo
MCP
nguyenvanduocit/jira-mcp
Added 1 June 2026
Overview
A Go-based connector that implements the Model Control Protocol (MCP) for Atlassian Jira. It allows AI assistants like Claude to perform Jira operations such as issue management, sprint planning, and workflow transitions through a standardized interface.
Best for
Best for
Developers integrating AI assistants with Jira for automated project management tasks
Use cases
- Creating and updating Jira issues via natural language in an AI assistant
- Querying sprint progress and assigning tasks through chat commands
- Automating workflow transitions like moving issues to in-progress or done
How to use
Tools exposed
jira_get_issuejira_create_issuejira_create_child_issuejira_update_issuejira_list_issue_typesjira_search_issuejira_list_sprintsjira_get_sprintjira_get_active_sprintjira_search_sprint_by_namejira_list_statusesjira_transition_issuejira_add_commentjira_get_commentsjira_add_worklogjira_get_issue_historyjira_get_related_issuesjira_link_issuesjira_get_versionjira_list_project_versions
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "jira": {\n "command": "docker",\n "args": [\n "run", "--rm", "-i",\n "-e", "ATLASSIAN_HOST=https://your-company.atlassian.net",\n "-e", "ATLASSIAN_EMAIL=your-email@company.com",\n "-e", "ATLASSIAN_TOKEN=your-api-token",\n "ghcr.io/nguyenvanduocit/jira-mcp:latest"\n ]\n }\n }\n} Notes
A Go-based connector that implements the Model Control Protocol (MCP) for Atlassian Jira. It allows AI assistants like Claude to perform Jira operations such as issue management, sprint planning, and workflow transitions through a standardized interface.
89 stars on GitHub. Last updated 2026-04-18. Licensed MIT.
Use cases
- Creating and updating Jira issues via natural language in an AI assistant
- Querying sprint progress and assigning tasks through chat commands
- Automating workflow transitions like moving issues to in-progress or done
Pros
- Written in Go, offering good performance and straightforward deployment
- Provides a standardized MCP interface, simplifying integration with AI assistants
- Covers essential Jira operations including issues, sprints, and transitions
Cons
- Tied to the Atlassian Jira ecosystem, not usable with other issue trackers
- Requires a compatible MCP host (e.g., Claude) to function
- Relatively small community (89 stars), which may indicate less real-world testing at scale
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in Go, offering good performance and straightforward deployment
- Provides a standardized MCP interface, simplifying integration with AI assistants
- Covers essential Jira operations including issues, sprints, and transitions
Cons
- Tied to the Atlassian Jira ecosystem, not usable with other issue trackers
- Requires a compatible MCP host (e.g., Claude) to function
- Relatively small community (89 stars), which may indicate less real-world testing at scale
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.