Back to Home
SuperPyonchiX icon

jira_mcp_server

Verified Safe

by SuperPyonchiX

Overview

The Jira MCP Server enables AI assistants to interact with Jira Software DataCenter and Cloud REST APIs to retrieve, search, create, update, and transition task information.

Installation

Run Command
node build/index.js

Environment Variables

  • JIRA_DOMAIN
  • JIRA_AUTH_TYPE
  • JIRA_USERNAME
  • JIRA_PASSWORD
  • JIRA_EMAIL
  • JIRA_API_TOKEN

Security Notes

The server employs Zod schemas for robust input validation, mitigating common injection risks. Authentication is handled using standard Basic authentication (email+API token for Cloud, username+password for DataCenter) over HTTPS. Credentials are processed internally and are explicitly hidden in the output of the 'get_jira_config' tool. No 'eval' or other inherently dangerous functions are observed. However, the external setup instructions in the README show storing credentials directly in plaintext within `settings.json` or `claude_desktop_config.json`, which is a user-side security risk, not a vulnerability in the server's code itself. Environment variables are recommended for security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-17

Tags

JiraDataCenterCloudTask ManagementAI AssistantMCPAPI IntegrationDevelopment