Skip to content
Cline

Confluence Cloud for Cline

io.github.aaronsb/confluence-cloud

MCP server for Confluence Cloud — page editing, navigation, and content management

client:Cline transport:stdio runtime:npm

Install Confluence Cloud 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": {
    "confluence-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/confluence-cloud-mcp"
      ],
      "env": {
        "CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>",
        "CONFLUENCE_EMAIL": "<CONFLUENCE_EMAIL>",
        "CONFLUENCE_HOST": "<CONFLUENCE_HOST>"
      }
    }
  }
}

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

Confluence Cloud in other clients