Jira Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 31 Aug 2026.
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
Today is the operative word: we check Jira Cloud every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
JIRA_API_TOKEN (Jira API token (generate at https://id.atlassian.com/manage/api-tokens)), JIRA_EMAIL (Atlassian account email address), JIRA_HOST (Jira instance URL (e.g., https://your-team.atlassian.net)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...
MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views.
MCP server for Atlassian Jira Data Center - search, view, and create issues
MCP server for Atlassian Jira Data Center - search, view, and create issues
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
Answers built from our own checks of this server.