mcp-server-atlassian-jira
Verified Safeby aashari
Overview
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
Installation
npx -y @aashari/mcp-server-atlassian-jira get --path "/rest/api/3/project/search"Environment Variables
- ATLASSIAN_SITE_NAME
- ATLASSIAN_USER_EMAIL
- ATLASSIAN_API_TOKEN
- DEBUG
- TRANSPORT_MODE
- PORT
Security Notes
The server handles sensitive Jira credentials by loading them from environment variables or a user's local configuration file (~/.mcp/configs.json), rather than hardcoding them. Input validation for tool arguments is implemented using Zod. JMESPath (jq) is used for data filtering, which is a safe query language, not allowing arbitrary code execution. File I/O operations for logging and raw response storage are restricted to user-specific directories (~/.mcp/data/ and /tmp/mcp/), minimizing risks to system files. JSON parsing for API responses is considered safe as Jira's API is a trusted source.
Similar Servers
mcp-server-atlassian-confluence
Connects AI assistants to Atlassian Confluence knowledge bases, enabling natural language interaction to query, search, and manage Confluence content.
atlassian-mcp-server
Enables AI agents to interact with Atlassian Cloud services (Jira, Confluence, Jira Service Management) for work documentation, issue management, and context understanding through a unified API.
mcp-jira
Provides enterprise-level integration with Jira's REST API, enabling AI assistants to perform advanced project management, analytics, and strategic planning tasks across multiple Jira instances.
custom-atlassian-mcp
This server integrates AI assistants and MCP clients with Atlassian Jira Cloud to retrieve issue attachment metadata and download attachment content.