Back to MCP Servers

Atlassian Server

Unified access to Atlassian products including Confluence, Jira, and Bitbucket

atlassianconfluencejirabitbucketdocumentationproject-management

Installation

pip install mcp-server-atlassian

Configuration

{
  "mcpServers": {
    "atlassian": {
      "command": "uvx",
      "args": ["mcp-server-atlassian"],
      "env": {
        "ATLASSIAN_SITE_URL": "https://your-domain.atlassian.net",
        "ATLASSIAN_USER_EMAIL": "your-email@example.com",
        "ATLASSIAN_API_TOKEN": "your-api-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub