jira-mcp-server
Verified Safeby coollikeabreeze
Overview
The Jira MCP Server enables creating and updating Jira issues through a Model Context Protocol (MCP) endpoint for MCP-compatible clients, and a REST API endpoint for integration with Custom GPT Actions or other REST API clients.
Installation
npm run devEnvironment Variables
- JIRA_BASE_URL
- JIRA_EMAIL
- JIRA_API_TOKEN
- JIRA_PROJECT_KEY
- PORT
- API_KEY
Security Notes
The server uses environment variables for all sensitive credentials (Jira API token, email, API key), preventing hardcoding. API key authentication is implemented for REST endpoints and the MCP POST endpoint. In production, an API key is strictly required. For local development, self-signed SSL certificates are used, which is a standard practice but requires client-side acceptance and is not suitable for production. Error logging for Jira API calls includes full request/response bodies, which should be secured in production logs to prevent sensitive data exposure.
Similar Servers
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
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.
jira-mcp
Provides an MCP (Model Context Protocol) server with Jira search and issue retrieval tools for AI agents.