Cloud Infrastructure
Trust: 32/100 (Limited)Jira Cloud Guide
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
3 starsby aaronsb
Quick Start
Install
npx @aaronsb/jira-cloud-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-aaronsb-jira-cloud": {
"command": "npx",
"args": [
"@aaronsb/jira-cloud-mcp"
]
}
}
}