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 💡
cloudflare-remote-mcp-server
A remote MCP server running on Cloudflare Workers using SSE transport, enabling integration with AI models like Claude
@upstash/mcp-server
An MCP server that enables natural language interaction with Upstash Developer APIs, allowing users to manage Redis databases, view usage, and perform other operations via MCP clients.
@aashari/mcp-server-aws-sso
Node.js/TypeScript MCP server for AWS Single Sign-On (SSO). Enables AI systems (LLMs) with tools to initiate SSO login (device auth flow), list accounts/roles, and securely execute AWS CLI commands using temporary credentials. Streamlines AI interaction with AWS resources.
Defang MCP Server
Defang is an AI-enabled cloud deployment platform that simplifies deploying applications to various cloud providers (AWS, GCP, DigitalOcean) with a single command, handling infrastructure complexities like security, scalability, and cost-efficiency.
@stakpak/mcp
A lightweight MCP server providing access to the Stakpak API.
mcp-server-for-copilot
An MCP server implementation that connects MCP-compatible clients with Microsoft Copilot Studio agents through the DirectLine API