Jira-MCP-Server
Verified Safeby dongitran
Overview
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
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_ID --default_project YOUR_PROJECT --default_board_id YOUR_BOARD_IDSecurity Notes
OAuth credentials (access_token, refresh_token, client_id, client_secret, cloud_id) are passed as command-line arguments and persisted to a user-specific cache file (`~/.jira-mcp/tokens.cache`) for convenience. This cache file is excluded from version control (`.gitignore`), but its security relies on the user's local system security. The server implements retry logic and a circuit breaker for robust network handling. No 'eval' or other obvious malicious patterns were found in the provided 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.
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-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.
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.