atlassian-attachments-mcp

iotashan/atlassian-attachments-mcp
★ 0 stars TypeScript API Integration Updated 11d ago
Local MCP server for Jira & Confluence Cloud attachments — the file operations the official Atlassian MCP cannot do
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlassian-attachment": {
      "command": "npx",
      "args": [
        "-y",
        "iotashan/atlassian-attachments-mcp"
      ]
    }
  }
}