jira-attachment-mcp
Fetches Jira issue attachments, returning inline images or cached file paths.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-attachment-mcpfetch attachment 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jira-attachment-mcp
A tiny local MCP server that fetches Jira attachments and returns them to an MCP client such as Claude Code.
Images (PNG, JPEG, GIF, WebP) under ~3 MB are returned inline, so the model can see them directly.
Larger images and all other file types are saved to
~/.cache/jira-attachment-mcp/and the local path is returned.
It runs over stdio and exposes a single tool, jira_get_attachment, which takes
a numeric Jira attachment ID.
Prerequisites
Node.js >= 18
An Atlassian API token: https://id.atlassian.com/manage-profile/security/api-tokens
Related MCP server: Jira MCP Integration
Setup
npm install
node setup.jssetup.js prompts for your Atlassian email, API token, and Jira base URL
(e.g. https://your-company.atlassian.net), then writes them to
~/.config/jira-attachment-mcp/config.json with 0600 permissions.
Then register the server with Claude Code (use the absolute path to index.js):
claude mcp add --transport stdio jira-attach -- node /absolute/path/to/index.jsRestart Claude Code (or reload MCP servers) so the new server is picked up.
Security
Your credentials never leave your machine and are never committed: they live
only in ~/.config/jira-attachment-mcp/config.json (mode 0600). The token is
used solely to build the HTTP Basic auth header for requests to your own Jira
instance.
Licence
MIT — see LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Jira Cloud and Server/Data Center deployments for issue management, project tracking, and workflow automation. Supports multiple authentication methods including API tokens, OAuth 2.0, and personal access tokens.Last updatedMIT
- Flicense-qualityDmaintenanceEnables AI agents to interact with Jira Cloud through the REST API, supporting project management, issue operations (create, read, update, delete), JQL search, task assignments, and status transitions.Last updated
- Alicense-qualityAmaintenanceProvides Jira Cloud integration for AI agents, enabling them to search issues with JQL, retrieve detailed issue information, and create new tickets. It supports multiple Jira configurations and provides tools for managing attachments and comments through natural language.Last updatedMIT
- Alicense-qualityBmaintenanceEnables users to fetch and search Jira tickets, comments, and attachments directly within Claude Code. It features JQL support and automatically exports linked Figma designs to provide comprehensive project context.Last updated1252MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-accelchamp/jira-attachment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server