Skip to main content
Support & Service ManagementGo

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.

support-service-managementcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nguyenvanduocit/jira-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "jira-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nguyenvanduocit/jira-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Support & Service Management
Language
Go
Author
nguyenvanduocit