atlassian-mcp-server
Verified Safeby atlassian
Overview
Serves as a cloud-based bridge connecting Atlassian Cloud (Jira, Confluence) with large language models (LLMs) and external AI clients, enabling real-time data interaction, content summarization, task creation, and workflow automation.
Installation
npx -y mcp-remote https://mcp.atlassian.com/v1/sseSecurity Notes
The server explicitly prioritizes security, leveraging OAuth 2.0 for secure authentication and access control, ensuring all actions respect existing user permissions in Jira and Confluence. All traffic is encrypted via HTTPS (TLS 1.2 or later). The JQL query builder script (`jql_builder.py`) includes specific sanitization functions (`sanitize_jql_value`) to prevent JQL injection attacks, indicating a proactive approach to common web vulnerabilities. No hardcoded secrets or malicious patterns were found in the provided source code. The architecture involves a client connecting to a secure SSE endpoint (`https://mcp.atlassian.com/v1/sse`), which is a standard secure communication pattern.
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.
slack-mcp-server
Provides a Model Context Protocol (MCP) interface for AI models to interact with Slack workspaces, enabling features like message fetching, channel management, and user information retrieval.
mcp-server-plugin
The MCP Server Plugin for Jenkins enables Jenkins to act as a Model Context Protocol server, providing context, tools, and capabilities to MCP clients like LLM-powered applications or IDEs.
mcp-xray
A lightweight server that bridges the MCP protocol with the Atlassian Jira Xray API, exposing Xray functionality via FastMCP for integration with AI language models or other clients.