Skip to content
Windsurf

Confluence Cloud for Windsurf

io.github.aaronsb/confluence-cloud

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

client:Windsurf transport:stdio runtime:npm

Install Confluence Cloud in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Confluence Cloud in other clients