Jira Cloud
Rank #5,081io.github.aaronsb/jira-cloud
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
Jira Cloud is a Model Context Protocol (MCP) server published by aaronsb. It ranks #5,081 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Jira Cloud is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jan 6, 2025 and most recently updated on Apr 2, 2026.
Ranks ahead of 110,379 of 115,460 servers on MCP Toplist.
Use Jira Cloud
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add jira-cloud -e "JIRA_API_TOKEN=<your JIRA_API_TOKEN>" -e "JIRA_EMAIL=<your JIRA_EMAIL>" -e "JIRA_HOST=<your JIRA_HOST>" -- npx -y @aaronsb/jira-cloud-mcpReplace each placeholder with your own value before saving.
[mcp_servers.jira-cloud]
command = "npx"
args = ["-y", "@aaronsb/jira-cloud-mcp"]
[mcp_servers.jira-cloud.env]
JIRA_API_TOKEN = "<your JIRA_API_TOKEN>"
JIRA_EMAIL = "<your JIRA_EMAIL>"
JIRA_HOST = "<your JIRA_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_HOST": "<your JIRA_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_HOST": "<your JIRA_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jira-cloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_HOST": "<your JIRA_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_HOST": "<your JIRA_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/jira-cloud-mcp"
],
"env": {
"JIRA_API_TOKEN": "<your JIRA_API_TOKEN>",
"JIRA_EMAIL": "<your JIRA_EMAIL>",
"JIRA_HOST": "<your JIRA_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aaronsb%2Fjira-cloud)<a href="https://mcptoplist.com/server/io.github.aaronsb%2Fjira-cloud"><img src="https://mcptoplist.com/badge/io.github.aaronsb%2Fjira-cloud.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aaronsb
Other servers by aaronsb
- Google Workspace MCP Server#352 · 19 vers
- Semantic Notes Vault MCP#526 · 20 vers
- Slack#5,164 · 2 vers
- Salesforce Cloud#7,140 · 2 vers
- Confluence Cloud#14,779 · 3 vers
- Confluence MCP Server#15,819 · 1 ver
- Obsidian Semantic MCP Server#15,873
- TeXFlow#15,886 · 1 ver
- Think Strategies#18,600
- Azure DevOps MCP Server#20,355
- Jira Insights MCP#39,764
- D-Bus MCP Server#42,980
Available versions (13)
| Version | Published |
|---|---|
| 0.10.0 | Apr 2, 2026 |
| 0.5.5 | Mar 9, 2026 |
| 0.5.4 | Mar 7, 2026 |
| 0.5.3 | Mar 7, 2026 |
| 0.5.2 | Mar 7, 2026 |
| 0.5.1 | Mar 7, 2026 |
| 0.5.0 | Mar 7, 2026 |
| 0.4.3 | Mar 6, 2026 |
| 0.4.2 | Mar 6, 2026 |
| 0.4.1 | Mar 6, 2026 |
| 0.4.0 | Mar 6, 2026 |
| 0.3.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Jira Cloud?
- Jira Cloud is maintained by aaronsb, which publishes 16 MCP servers (65 total versions) tracked on MCP Toplist.
- Is Jira Cloud listed on the Official MCP Registry?
- Yes — Jira Cloud is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Jira Cloud have?
- MCP Toplist tracks 13 versions of Jira Cloud, most recently published on Apr 2, 2026.
- Where can I find the source code for Jira Cloud?
- The source code for Jira Cloud is hosted at github.com/aaronsb/jira-cloud.