Skip to content
Cursor

Confluence Cloud for Cursor

io.github.aaronsb/confluence-cloud

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

client:Cursor transport:stdio runtime:npm

Install Confluence Cloud in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "confluence-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/confluence-cloud-mcp"
      ],
      "env": {
        "CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>",
        "CONFLUENCE_EMAIL": "<CONFLUENCE_EMAIL>",
        "CONFLUENCE_HOST": "<CONFLUENCE_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Confluence Cloud in other clients