nguyenvanduocit/jira-mcp
A Go-based MCP 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.
Quick Start
Clone the repository:
git clone https://github.com/nguyenvanduocit/jira-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jira-mcp": {
"command": "npx",
"args": [
"-y",
"nguyenvanduocit/jira-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.