Back to directory
aaronsb/confluence-cloud-mcp

aaronsb/confluence-cloud-mcp

@aaronsb

A Model Context Protocol (MCP) server that enables AI assistants to manage Confluence Cloud spaces, pages, and content through a standardized interface.

confluencecloudmcptypescriptatlassianwikiknowledge-managementai

Installation & Configuration

{
  "mcpServers": {
    "confluence": {
      "command": "npx",
      "args": [
        "github:aaronsb/confluence-cloud-mcp",
        "--env",
        "/path/to/.env"
      ],
      "env": {
        "CONFLUENCE_DOMAIN": "your-domain.atlassian.net",
        "CONFLUENCE_EMAIL": "[email protected]",
        "CONFLUENCE_API_TOKEN": "your-api-token"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15