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 💡
RikGmee/google-map-mcp
MCP Server integrating Google Maps API functionality
mcp-teams-server
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
@cloudinary/asset-management
The Cloudinary Asset Management MCP Server allows you to upload, manage, and transform your media assets, offering advanced search and organization capabilities directly through conversational AI.
vercel-ai-docs
A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation. This project enables developers to ask questions about the Vercel AI SDK and receive accurate, contextualized responses based on the official documentation.
edgeone-pages-mcp
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
convex
Convex's MCP server allows AI agents to introspect and interact with Convex deployments, including querying tables, calling functions, reading/writing data, and managing environment variables, with support for sandboxed one-off queries.