MCP server for integrating Jira with Claude Code.
- Clone the repository
- Create virtual environment:
python -m venv venv - Activate:
.\venv\Scripts\Activate.ps1 - Install:
pip install -e . - Copy
.env.exampleto.envand fill in your Jira credentials - Run:
python -m jira_mcp.server
Add to your Claude Code MCP configuration file.
- search_issues - Search for Jira issues using JQL
- get_issue - Get details of a specific issue
- create_issue - Create a new issue
- update_issue - Update an existing issue
- add_comment - Add a comment to an issue
- transition_issue - Move issue through workflow
- get_projects - List available projects "@ | Out-File -FilePath "README.md" -Encoding utf8