jira-mcp-server
Verified Safeby scarnyc
Overview
Integrates with JIRA to provide a portable Model Context Protocol server, enabling AI clients like Claude Code to interact with JIRA operations.
Installation
jira-mcp serveEnvironment Variables
- JIRA_URL
- JIRA_USERNAME
- JIRA_API_TOKEN
- JIRA_READ_ONLY
- JIRA_ENABLED_TOOLS
- JIRA_LOG_LEVEL
- JIRA_TIMEOUT
- JIRA_VERIFY_SSL
- JIRA_MAX_RETRIES
- JIRA_PERSONAL_ACCESS_TOKEN
Security Notes
The server employs Pydantic settings for secure environment variable loading, preventing hardcoded secrets. It uses `httpx` for async network requests with SSL verification. A 'read-only' mode and tool filtering are implemented to enhance security by restricting write operations and exposed functionalities. Input sanitization for JQL queries relies on JIRA's API, which is standard for such integrations. No 'eval' or other obvious malicious patterns were found in the provided source code.
Similar Servers
mcp-atlassian
Provides an MCP (Model Context Protocol) server for interacting with Atlassian Jira and Confluence APIs, offering tools for content management, search, and workflow automation.
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.