mcp-atlassian
A MCP server that integrates Jira and Confluence, enabling API interactions through SSE transport.
What
Offers tools for Confluence (search, get/create/update pages, manage comments) and Jira (get/search/create/update issues, transitions, comments, worklogs, and agile board operations).
How
- Pull Docker Image:
docker pull ghcr.io/sooperset/mcp-atlassian:latest - Configure Environment Variables: Create a
.envfile with:CONFLUENCE_URL: Your Confluence instance URLCONFLUENCE_USERNAME: Your Confluence emailCONFLUENCE_API_TOKEN: Your Confluence API tokenJIRA_URL: Your Jira instance URLJIRA_USERNAME: Your Jira emailJIRA_API_TOKEN: Your Jira API token
- Run the Container:
docker run --rm -p 9000:9000 \ --env-file ./.env \ ghcr.io/sooperset/mcp-atlassian:latest \ --transport sse --port 9000 -vv - Connect to MCP Server: Use the following config:
{"mcpServers":{"mcp-atlassian-sse":{"url":"http://localhost:9000/sse"}}}
Recommend MCP Servers 💡
aws-mcp-server
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
azure-cli-mcp
Talk with Azure using MCP
impact-mcp-server
A remote MCP server designed to run on Cloudflare Workers, providing tools with OAuth login capabilities.
use_aws_mcp
A standalone Model Context Protocol (MCP) server that provides AWS CLI functionality through a standardized interface
Humboldtian/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, featuring OAuth login and demonstrating integration with MCP Inspector and Claude Desktop.
GitGuardianDeveloper
An MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API, detecting over 500 secret types to prevent credential leaks.