jira-mcp
Verified Safeby icy-r
Overview
Enables AI assistants to manage Jira Cloud issues, sprints, projects, and other entities via the Model Context Protocol (MCP).
Installation
npx @icy-r/jira-mcpEnvironment Variables
- JIRA_BASE_URL
- JIRA_EMAIL
- JIRA_API_TOKEN
Security Notes
Credentials (JIRA_API_TOKEN, JIRA_EMAIL) are exclusively loaded from environment variables, preventing hardcoding. Input validation for tool parameters is rigorously performed using Zod schemas. The Jira client implements rate limiting and robust error handling for external API interactions. An audit log tracks all destructive actions (create, update, delete, transition, assign, link, move), and a 'dryRun' mode is available to preview changes without execution. Project access can be optionally restricted via a configurable `JIRA_PROJECTS_FILTER`.
Similar Servers
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.
Jira-MCP-Server
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
custom-atlassian-mcp
This server integrates AI assistants and MCP clients with Atlassian Jira Cloud to retrieve issue attachment metadata and download attachment content.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.