Local MCP server for Jira & Confluence Cloud attachments — the file operations the official Atlassian MCP cannot do
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"
]
}
}
}
Run in terminal:
claude mcp add atlassian-attachment npx -y iotashan/atlassian-attachments-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"atlassian-attachment": {
"command": "npx",
"args": [
"-y",
"iotashan/atlassian-attachments-mcp"
]
}
}
}