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
By TamarEngel
Installation
npx -y jira-github-mcpConfiguration
{
"mcpServers": {
"jira-github-mcp": {
"command": "npx",
"args": ["-y", "jira-github-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes