KS-GEN-AI/jira-mcp-server
Read jira data via JQL and api and execute requests to create and edit tickets.
Quick Start
Clone the repository:
git clone https://github.com/KS-GEN-AI/jira-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"KS-GEN-AI/jira-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.