Jira Cloud
Quality Score
90
/100
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your-jira_api_token>",
"JIRA_EMAIL": "<jira_email>",
"JIRA_HOST": "<jira_host>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your-jira_api_token>",
"JIRA_EMAIL": "<jira_email>",
"JIRA_HOST": "<jira_host>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @aaronsb/jira-cloud-mcp§02 Environment variables
JIRA_API_TOKENrequiredsecret
Jira API token (generate at https://id.atlassian.com/manage/api-tokens)
JIRA_EMAILrequired
Atlassian account email address
JIRA_HOSTrequired
Jira instance URL (e.g., https://your-team.atlassian.net)
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Productivity & Project Mgmt
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
ai.smithery/mrugankpednekar-mcp-optimizer
ai.smithery/mrugankpednekar-mcp-optimizer
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
ai.smithery/smithery-notion
ai.smithery/smithery-notion
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…