jira-mcp
Verified Safeby longmaba
Overview
Provides JIRA integration for AI assistants, enabling them to search, view, create, and update JIRA issues using natural language.
Installation
npx -y jira-mcp-serverEnvironment Variables
- JIRA_URL
- JIRA_EMAIL
- JIRA_API_TOKEN
- MCP_TRANSPORT
- PORT
Security Notes
The server correctly uses environment variables for JIRA credentials, avoiding hardcoded secrets. It employs input schemas for tool calls provided by the MCP SDK, which helps mitigate basic injection risks. In SSE (HTTP) mode, CORS is configured to allow all origins (`*`), which is acceptable for a locally run development tool but could pose a risk if the server is exposed publicly without additional authentication or network restrictions.
Similar Servers
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
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.
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.
jira-mcp
Enables AI assistants to interact with Jira for issue management, progress tracking, and team activity monitoring through a standardized Model Context Protocol interface.