Jira-MCP-Server
Verified Safeby dongitran
Overview
Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.
Installation
jira-mcp-server --access_token YOUR_ACCESS_TOKEN --refresh_token YOUR_REFRESH_TOKEN --client_id YOUR_CLIENT_ID --client_secret YOUR_CLIENT_SECRET --cloud_id YOUR_CLOUD_IDEnvironment Variables
- access_token
- refresh_token
- client_id
- client_secret
- cloud_id
Security Notes
Uses OAuth 2.0 (3LO) for authentication with token auto-refresh and caching to a secure user-specific directory (~/.jira-mcp/). Credentials (access_token, refresh_token, client_id, client_secret, cloud_id) are not hardcoded but must be securely provided by the user via CLI arguments or initial configuration. Implements robust retry mechanisms and a circuit breaker pattern for external API calls. No direct 'eval' or obvious malicious patterns were found in the provided source code.
Similar Servers
mcp-atlassian
Provides an MCP server for integrating with Atlassian Jira and Confluence, enabling an agent to interact with these services for tasks like searching, creating, updating, and managing content and issues.
mcp-server-atlassian-jira
Connects AI assistants to Atlassian Jira projects, issues, and workflows to enable natural language interaction for task management, project tracking, and information retrieval.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.
Jira-Oauth-Token-Generator
Generate OAuth credentials for Jira MCP Server to enable AI tools like Claude and Cursor to interact with Jira by simplifying the complex OAuth 2.0 flow into a click-and-copy process.