mcpbeat Sign in

Atlassian Attachments MCP Server

local only

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.

Installs per day peak 303 · avg 34 · -73% w/w
a month agotoday
137
Installs / week
pypi · mcp-atlassian-attachments
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-atlassian-attachments -- uvx mcp-atlassian-attachments
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-atlassian-attachments": {
      "args": [
        "mcp-atlassian-attachments"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-atlassian-attachments]
command = "uvx"
args = ["mcp-atlassian-attachments"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-atlassian-attachments": {
      "args": [
        "mcp-atlassian-attachments"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Atlassian Attachments

same job, measured the same way
MCP Jira Stdio
by freema

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

632 installs/wk local only
Atlassian Dc MCP Jira
by b1ff

MCP server for Atlassian Jira Data Center - search, view, and create issues

2 750 installs/wk local only
Atlassian Dc MCP Jira
by mrrefactoring

MCP server for Atlassian Jira Data Center - search, view, and create issues

70 installs/wk local only
MCP Atlassian Extended
by vish288

MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.

285 installs/wk local only
Jira Cloud
by aaronsb

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

112 installs/wk local only
Trello
by scaratec

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

85 installs/wk local only
C
Alces MCP
by moosejudge

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

403 installs/wk local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only

Atlassian Attachments — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlassian Attachments?
Atlassian Attachments runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-atlassian-attachments was installed 137 times last week.
How do I connect Atlassian Attachments?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-atlassian-attachments straight from pypi; nothing to host, nothing to sign up for.
How many people use Atlassian Attachments?
The pypi package mcp-atlassian-attachments was installed 137 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlassian Attachments open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.