mcp-jira
Verified Safeby cfdude
Overview
Provides enterprise-level integration with Jira's REST API, enabling AI assistants to perform advanced project management, analytics, and strategic planning tasks.
Installation
npx ts-node src/index.tsEnvironment Variables
- JIRA_EMAIL
- JIRA_API_TOKEN
- JIRA_DOMAIN
- JIRA_MCP_KEY
- JIRA_CONFIG_PATH
Security Notes
The server relies on user-provided `.jira-config.json` or environment variables for Jira API credentials (email, API token, domain). This is a standard practice for local development tools, but users must ensure these files/variables are secured. Descriptions and comments are converted to Atlassian Document Format (ADF) using `safeConvertTextToADF` before sending to Jira, which helps prevent basic script injection. JQL queries are passed directly to Jira; while Jira itself validates JQL, malicious JQL could potentially be executed if the AI agent's input is not properly constrained. No direct `eval` or `child_process` usage observed. Session management provides state isolation, reducing cross-client data leakage risks.
Similar Servers
mcp-server-atlassian-jira
Connects AI assistants to Atlassian Jira projects, issues, and workflows to enable natural language interaction for task management, project tracking, and information retrieval.
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.
jayrah
A CLI and TUI for managing Jira issues directly from the terminal, including an MCP server for AI tool integration and a local web UI.
Jira-MCP-Server
Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.