jira-mcp
Verified Safeby eh24905-wiz
Overview
Enables AI assistants to interact with Jira for issue management, progress tracking, and team activity monitoring through a standardized Model Context Protocol interface.
Installation
npm startEnvironment Variables
- JIRA_BASE_URL
- JIRA_USER_EMAIL
- JIRA_API_TOKEN
- JIRA_CURRENT_USER
- JIRA_TEAM_MEMBERS
Security Notes
The server securely handles sensitive Jira API credentials by requiring them to be set as environment variables, preventing hardcoding. It uses Zod for input schema validation and implements specific type handling and conversion (e.g., for Jira's Atlassian Document Format) when updating fields, which helps prevent injection attacks. There are no indications of 'eval' or direct arbitrary command execution. While JQL injection is a theoretical risk for Jira's API itself (e.g., crafting queries to retrieve excessive data), the server mitigates this with `maxResults` limits and doesn't translate it into server-side code execution.
Similar Servers
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
jira-mcp
The Jira MCP server provides a Model Context Protocol (MCP) interface, enabling Large Language Models (LLMs) to interact with Jira for tasks like searching, creating, updating, and managing tickets and sprints.