Back to MCP Servers

Jira

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-managementgojiraai

Installation

npx -y jira-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub