MCP Server for Jira integration with Claude AI - list issues, log work, update, create
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"hieutv-dng/jira-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jira-mcp-server npx -y hieutv-dng/jira-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"hieutv-dng/jira-mcp-server"
]
}
}
}