Atlassian Attachments for Cursor
io.github.alyiox/mcp-atlassian-attachments
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
client:Cursor
transport:stdio
runtime:pypi
Install Atlassian Attachments in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-atlassian-attachments": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-atlassian-attachments"
],
"env": {
"ATLASSIAN_SITE_URL": "<ATLASSIAN_SITE_URL>",
"ATLASSIAN_EMAIL": "<ATLASSIAN_EMAIL>",
"ATLASSIAN_API_TOKEN": "<ATLASSIAN_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs