Skip to main content
ClaudeWave

A Model Context Protocol server for interacting with Jira Cloud instances, providing issue management, JQL search, and project/board operations.

MCP ServersOfficial Registry4 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
67/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @aaronsb/jira-cloud-mcp
Claude Code CLI
claude mcp add jira-cloud -- npx -y @aaronsb/jira-cloud-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "jira-cloud": {
      "command": "npx",
      "args": ["-y", "@aaronsb/jira-cloud-mcp"],
      "env": {
        "JIRA_API_TOKEN": "<jira_api_token>",
        "JIRA_HOST": "<jira_host>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
JIRA_API_TOKENJIRA_HOST
Use cases

MCP Servers overview

# Jira Cloud MCP Server

A Model Context Protocol server for interacting with Jira Cloud instances.

## Install

### Claude Desktop (one-click)

Download [`jira-cloud-mcp.mcpb`](https://github.com/aaronsb/jira-cloud/releases/latest) and open it — Claude Desktop will prompt for your Jira credentials.

### Claude Code

```bash
claude mcp add jira-cloud -e JIRA_API_TOKEN=your-token -e JIRA_EMAIL=your-email -e JIRA_HOST=https://your-team.atlassian.net -- npx -y @aaronsb/jira-cloud-mcp
```

### Manual (any MCP client)

```json
{
  "mcpServers": {
    "jira-cloud": {
      "command": "npx",
      "args": ["-y", "@aaronsb/jira-cloud-mcp"],
      "env": {
        "JIRA_API_TOKEN": "your-api-token",
        "JIRA_EMAIL": "your-email",
        "JIRA_HOST": "https://your-team.atlassian.net"
      }
    }
  }
}
```

### Credentials

Generate an API token at [Atlassian Account Settings](https://id.atlassian.com/manage/api-tokens).

## Tools

| Tool | Description |
|------|-------------|
| `manage_jira_issue` | Get, create, update, delete, move, transition, comment on, link, or traverse hierarchy of issues |
| `manage_jira_filter` | Search for issues using JQL queries, or manage saved filters |
| `manage_jira_project` | List projects or get project configuration and metadata |
| `manage_jira_board` | List boards or get board details and configuration |
| `manage_jira_sprint` | Manage sprints: create, start, close, and assign issues to sprints |
| `queue_jira_operations` | Batch multiple operations with result references (`$0.key`) and error strategies |
| `analyze_jira_issues` | Compute metrics, exact counts, and data cube analysis over issues selected by JQL |

Each tool accepts an `operation` parameter (except `queue_jira_operations` which takes an `operations` array, and `analyze_jira_issues` which takes `jql` + `metrics`). Per-tool documentation is available as MCP resources at `jira://tools/{tool_name}/documentation`.

See [docs/tools.md](docs/tools.md) for detailed tool descriptions, workspace patterns, and design principles.

## MCP Resources

| Resource | Description |
|----------|-------------|
| `jira://instance/summary` | Instance-level statistics |
| `jira://projects/distribution` | Project distribution overview |
| `jira://projects/{key}/overview` | Project overview with status counts |
| `jira://boards/{id}/overview` | Board overview with sprint info |
| `jira://issue-link-types` | Available issue link types |
| `jira://custom-fields` | Custom field catalog (auto-discovered at startup) |
| `jira://custom-fields/{project}/{issueType}` | Context-specific custom fields |
| `jira://analysis/recipes` | Analysis query patterns and compute DSL reference |
| `jira://tools/{name}/documentation` | Per-tool documentation |

## License

[MIT License](LICENSE)

What people ask about jira-cloud

What is aaronsb/jira-cloud?

+

aaronsb/jira-cloud is mcp servers for the Claude AI ecosystem. A Model Context Protocol server for interacting with Jira Cloud instances, providing issue management, JQL search, and project/board operations. It has 4 GitHub stars and its last recorded update is dated 2026-09-22.

How do I install jira-cloud?

+

You can install jira-cloud by cloning the repository (https://github.com/aaronsb/jira-cloud) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is aaronsb/jira-cloud safe to use?

+

Our security agent has analyzed aaronsb/jira-cloud and assigned a Trust Score of 67/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains aaronsb/jira-cloud?

+

aaronsb/jira-cloud is maintained by aaronsb. The last recorded GitHub activity is dated 2026-09-22, with 6 open issues.

Are there alternatives to jira-cloud?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy jira-cloud to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: aaronsb/jira-cloud
[![Featured on ClaudeWave](https://claudewave.com/api/badge/aaronsb-jira-cloud)](https://claudewave.com/repo/aaronsb-jira-cloud)
<a href="https://claudewave.com/repo/aaronsb-jira-cloud"><img src="https://claudewave.com/api/badge/aaronsb-jira-cloud" alt="Featured on ClaudeWave: aaronsb/jira-cloud" width="320" height="64" /></a>

More MCP Servers

jira-cloud alternatives