MCP Server
MCP
Atlassian Attachments
MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.
Install
uvx mcp-atlassian-attachments
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-atlassian-attachments",
"version": "0.3.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Atlassian Cloud site URL, for example https://yourorg.atlassian.net. Must be HTTPS. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"name": "ATLASSIAN_SITE_URL"
},
{
"description": "Email address used for Atlassian Cloud Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"name": "ATLASSIAN_EMAIL"
},
{
"description": "Atlassian Cloud API token. Used as the password in Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"isSecret": true,
"name": "ATLASSIAN_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment