mcp-server-atlassian-jira
Verified Safeby aashari
Overview
Connects AI assistants to Atlassian Jira projects, issues, and workflows to enable natural language interaction for task management, project tracking, and information retrieval.
Installation
npx -y @aashari/mcp-server-atlassian-jiraEnvironment Variables
- ATLASSIAN_SITE_NAME
- ATLASSIAN_USER_EMAIL
- ATLASSIAN_API_TOKEN
- DEBUG
- TRANSPORT_MODE
- PORT
Security Notes
Credentials (site name, user email, API token) are securely loaded from environment variables or a local configuration file, not hardcoded. The server does not use `eval` or similar dangerous patterns. It uses HTTPS for communication with Jira. Raw API responses are saved to the local `/tmp/mcp/<project-name>/` directory, which is generally acceptable for local AI interaction but could expose sensitive data if the host system's `/tmp` is not secure or if highly sensitive data is queried without proper handling.
Similar Servers
mcp-server-atlassian-bitbucket
Connects AI assistants to Bitbucket repositories, pull requests, and code for insights, automated code reviews, and streamlined development workflows.
mcp-server-atlassian-confluence
Connect AI assistants (like Claude, Cursor AI) to Atlassian Confluence knowledge bases to get instant answers, search documentation, and manage content using natural language.
youtrack-mcp
Integrates AI assistants with JetBrains YouTrack for advanced project management, issue tracking, knowledge base, and time tracking, enabling AI to interact with YouTrack data and workflows.
mcp-jira
Provides enterprise-level integration with Jira's REST API, enabling AI assistants to perform advanced project management, analytics, and strategic planning tasks.