jira-mcp-server
Verified Safeby rajsodhi-2
Overview
Integrate Claude AI with JIRA for project management, issue tracking, and release planning.
Installation
python jira_mcp_server.pyEnvironment Variables
- JIRA_SERVER_URL
- JIRA_API_TOKEN
Security Notes
The server follows good security practices by explicitly requiring JIRA API tokens and server URLs to be set as environment variables, preventing hardcoding. All communication with the JIRA API is performed over HTTPS. The README advises granting minimal required permissions (Read issues, Browse projects, View comments). No 'eval' or malicious patterns were found. Basic input validation is present for JQL queries and issue keys. There are no explicit rate-limiting or advanced input sanitization features mentioned for all potential JIRA field inputs beyond what JIRA's API provides.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
tempo-mcp-server
Manages Tempo worklogs in Jira via a Model Context Protocol (MCP) server, allowing time tracking and worklog operations through MCP-compatible clients.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
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.