Skip to content

atlassian dc mcp confluence for Cline

io.github.b1ff/atlassian-dc-mcp-confluence

MCP server for Atlassian Confluence Data Center - access and manage content

client:Cline transport:stdio runtime:npm

Install atlassian dc mcp confluence in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "CONFLUENCE_HOST": "<CONFLUENCE_HOST>",
        "CONFLUENCE_API_BASE_PATH": "<CONFLUENCE_API_BASE_PATH>",
        "CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

atlassian dc mcp confluence in other clients