Back to catalog
Atlassian MCP Server
MCP server for Atlassian products (Confluence and Jira) that supports both Cloud and Server/Data Center deployments with comprehensive search capabilities, content management, and task tracking features.
MCP server for Atlassian products (Confluence and Jira) that supports both Cloud and Server/Data Center deployments with comprehensive search capabilities, content management, and task tracking features.
Installation
Docker
docker pull ghcr.io/sooperset/mcp-atlassian:latest
Configuration
Claude Desktop - API Token
{
"mcpServers": {
"mcp-atlassian": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "CONFLUENCE_URL",
"-e", "CONFLUENCE_USERNAME",
"-e", "CONFLUENCE_API_TOKEN",
"-e", "JIRA_URL",
"-e", "JIRA_USERNAME",
"-e", "JIRA_API_TOKEN",
"ghcr.io/sooperset/mcp-atlassian:latest"
],
"env": {
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_confluence_api_token",
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_jira_api_token"
}
}
}
}
Features
- Automatic Jira updates from meeting notes
- AI-powered Confluence search with summarization
- Smart Jira task filtering by project and date
- Content creation and management for technical documentation
- Support for both Cloud and Server/Data Center deployments
- Multiple authentication methods (API Token, Personal Access Token, OAuth 2.0)
- Proxy configuration support
- Custom HTTP headers configuration
- Read-only mode for secure operations
Environment Variables
Required
CONFLUENCE_URL- URL of your Confluence instanceCONFLUENCE_USERNAME- Username for Confluence authenticationCONFLUENCE_API_TOKEN- API token for Confluence authenticationJIRA_URL- URL of your Jira instanceJIRA_USERNAME- Username for Jira authenticationJIRA_API_TOKEN- API token for Jira authentication
Optional
CONFLUENCE_SPACES_FILTER- Filter by space keys (e.g., 'DEV,TEAM,DOC')JIRA_PROJECTS_FILTER- Filter by project keys (e.g., 'PROJ,DEV,SUPPORT')READ_ONLY_MODE- Set to 'true' to disable write operationsMCP_VERBOSE- Set to 'true' for more verbose loggingENABLED_TOOLS- Comma-separated list of tool names to enable
Usage Examples
Update Jira from our meeting notes
Find our OKR guide in Confluence and summarize it
Show me critical bugs in the PROJ project from last week
Create technical design documentation for feature XYZ
Notes
Supports multiple authentication methods, including OAuth 2.0 for enhanced security. Includes compatibility with Confluence 6.0+ and Jira 8.14+ for Server/Data Center deployments. Provides comprehensive proxy support and custom header configuration for enterprise environments.
