Back to MCP Servers

Jira Github

MCP server that integrates Jira and GitHub to automate end-to-end developer workflows, from issue tracking to branches, commits, pull requests, and merges inside the IDE.

developer-toolsgithubjira

Installation

npx -y jira-github-mcp

Configuration

{
  "mcpServers": {
    "jira-github-mcp": {
      "command": "npx",
      "args": ["-y", "jira-github-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