← Back to Plugins
MCP Server MCP

Confluence Cloud

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @aaronsb/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@aaronsb/confluence-cloud-mcp",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Confluence API token (generate at https://id.atlassian.com/manage/api-tokens)",
          "isRequired": true,
          "isSecret": true,
          "name": "CONFLUENCE_API_TOKEN"
        },
        {
          "description": "Atlassian account email address",
          "isRequired": true,
          "name": "CONFLUENCE_EMAIL"
        },
        {
          "description": "Confluence instance URL (e.g., https://your-team.atlassian.net)",
          "isRequired": true,
          "name": "CONFLUENCE_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...