Jira Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 318 installs a week from npm. Last commit 12 May 2026.
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add jira-cloud -- npx -y @aaronsb/jira-cloud-mcp
{
"mcpServers": {
"jira-cloud": {
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.jira-cloud]
command = "npx"
args = ["-y", "@aaronsb/jira-cloud-mcp"]
{
"mcpServers": {
"jira-cloud": {
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"jira-cloud": {
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.