Jira MCP (Warzuponus)
ProductivityJIRA integration server for MCP enabling LLMs to interact with Jira tasks and workflows.
Quick Install
uvx mcp-jira Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"jira-mcp-warzuponus": {
"command": "uvx",
"args": [
"mcp-jira"
]
}
}
}