Skip to content

Atlassian Attachments for Grok

io.github.alyiox/mcp-atlassian-attachments

MCP server for downloading, uploading, and deleting Jira Cloud attachments by ID.

client:Grok transport:stdio runtime:pypi

Install Atlassian Attachments in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Atlassian Attachments in other clients