jira-mcp-server
Verified Safeby bugzy-ai
Overview
Enables AI assistants to interact with on-premise Jira Server deployments for issue management.
Installation
npx @bugzy-ai/jira-mcp-serverEnvironment Variables
- JIRA_BASE_URL
- JIRA_AUTH_TYPE
- JIRA_PAT
- JIRA_USERNAME
- JIRA_PASSWORD
- JIRA_MCP_DEBUG
Security Notes
The server uses environment variables for sensitive credentials (PAT or Basic Auth) and performs input validation with Zod. It logs sensitive request/response data to a separate file only when a debug flag is enabled, preventing exposure via standard output. The use of Basic Authentication for older Jira versions is inherently less secure than PAT, but is a documented functional requirement and not a vulnerability in the server itself.
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.
youtrack-mcp
An enterprise-grade Model Context Protocol (MCP) server for JetBrains YouTrack 2025.2, enabling AI assistants (e.g., Claude, VSCode extensions, Continue.dev, custom connectors) to access and manage YouTrack issues, sprints, dependencies, time tracking, and knowledge base content via a tool-based interface.
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.