Odel
Atlassian Attachments

Atlassian Attachments

Local
@alyioxPythonMITUpdated 2w ago

MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-atlassian-attachmentsv0.3.0

Run

uvx mcp-atlassian-attachments

MCP client config

{
  "mcpServers": {
    "atlassian-attachments": {
      "command": "uvx",
      "args": [
        "mcp-atlassian-attachments"
      ]
    }
  }
}