Atlassian Attachments for Cline
io.github.alyiox/mcp-atlassian-attachments
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
client:Cline
transport:stdio
runtime:pypi
Install Atlassian Attachments in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-atlassian-attachments": {
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<ATLASSIAN_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs