Atlassian Attachments
Rank #14,228io.github.alyiox/mcp-atlassian-attachments
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
Atlassian Attachments is a Model Context Protocol (MCP) server published by alyiox. It ranks #14,228 of 115,591 servers tracked on MCP Toplist. Atlassian Attachments is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 30, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 101,363 of 115,591 servers on MCP Toplist.
Use Atlassian Attachments
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-atlassian-attachments -e "ATLASSIAN_SITE_URL=<your ATLASSIAN_SITE_URL>" -e "ATLASSIAN_EMAIL=<your ATLASSIAN_EMAIL>" -e "ATLASSIAN_API_TOKEN=<your ATLASSIAN_API_TOKEN>" -- uvx mcp-atlassian-attachmentsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-atlassian-attachments]
command = "uvx"
args = ["mcp-atlassian-attachments"]
[mcp_servers.mcp-atlassian-attachments.env]
ATLASSIAN_SITE_URL = "<your ATLASSIAN_SITE_URL>"
ATLASSIAN_EMAIL = "<your ATLASSIAN_EMAIL>"
ATLASSIAN_API_TOKEN = "<your ATLASSIAN_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-atlassian-attachments": {
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<your ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<your ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<your ATLASSIAN_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-atlassian-attachments": {
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<your ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<your ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<your ATLASSIAN_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-atlassian-attachments": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<your ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<your ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<your ATLASSIAN_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-atlassian-attachments": {
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<your ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<your ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<your ATLASSIAN_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-atlassian-attachments": {
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<your ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<your ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<your ATLASSIAN_API_TOKEN>"
}
}
}
}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.alyiox%2Fmcp-atlassian-attachments)<a href="https://mcptoplist.com/server/io.github.alyiox%2Fmcp-atlassian-attachments"><img src="https://mcptoplist.com/badge/io.github.alyiox%2Fmcp-atlassian-attachments.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
alyiox
Other servers by alyiox
- Walmart Connect Advertising APIs#18,429 · 4 vers
- Sam's Club Sponsored Ads APIs#20,028 · 4 vers
- Docs Ask (local docs RAG)#21,506 · 1 ver
- ClickHouse#24,463 · 3 vers
- Walmart Marketplace APIs#26,681 · 1 ver
- Microsoft SQL Server#43,269 · 2 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.3.0 | Aug 24, 2026 |
| 0.2.0 | Jul 29, 2026 |
| 0.1.2 | May 6, 2026 |
| 0.1.1 | Apr 30, 2026 |
| 0.1.0 | Apr 30, 2026 |
Frequently asked questions
- Who maintains Atlassian Attachments?
- Atlassian Attachments is maintained by alyiox, which publishes 7 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Atlassian Attachments listed on the Official MCP Registry?
- Yes — Atlassian Attachments is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Atlassian Attachments have?
- MCP Toplist tracks 5 versions of Atlassian Attachments, most recently published on Aug 24, 2026.
- Where can I find the source code for Atlassian Attachments?
- The source code for Atlassian Attachments is hosted at github.com/alyiox/mcp-atlassian-attachments.