Atlassian Attachments runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from pypi. Last commit 14 Sep 2026.
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
Today is the operative word: we check Atlassian Attachments 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 mcp-atlassian-attachments -- uvx mcp-atlassian-attachments
{
"mcpServers": {
"mcp-atlassian-attachments": {
"args": [
"mcp-atlassian-attachments"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-atlassian-attachments]
command = "uvx"
args = ["mcp-atlassian-attachments"]
{
"mcpServers": {
"mcp-atlassian-attachments": {
"args": [
"mcp-atlassian-attachments"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-atlassian-attachments": {
"args": [
"mcp-atlassian-attachments"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ATLASSIAN_SITE_URL (Atlassian Cloud site URL, for example https://yourorg.atlassian.net. Must be HTTPS. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.), ATLASSIAN_EMAIL (Email address used for Atlassian Cloud Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.), ATLASSIAN_API_TOKEN (Atlassian Cloud API token. Used as the password in Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
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 Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
Answers built from our own checks of this server.