mcpbeat Sign in

Confluence Cloud MCP Server

local only

Confluence Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 175 · avg 21 · -1% w/w
a month agotoday
78
Installs / week
npm · @aaronsb/confluence-cloud-mcp
0
Stars
6 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Confluence Cloud every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add confluence-cloud -- npx -y @aaronsb/confluence-cloud-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "confluence-cloud": {
      "args": [
        "-y",
        "@aaronsb/confluence-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.confluence-cloud]
command = "npx"
args = ["-y", "@aaronsb/confluence-cloud-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "confluence-cloud": {
      "args": [
        "-y",
        "@aaronsb/confluence-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "confluence-cloud": {
      "args": [
        "-y",
        "@aaronsb/confluence-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONFLUENCE_API_TOKEN (Confluence API token (generate at https://id.atlassian.com/manage/api-tokens)), CONFLUENCE_EMAIL (Atlassian account email address), CONFLUENCE_HOST (Confluence instance URL (e.g., https://your-team.atlassian.net)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Confluence Cloud

same job, measured the same way
Atlassian Dc MCP Confluence
by b1ff

MCP server for Atlassian Confluence Data Center - access and manage content

2 128 installs/wk local only
Atlassian Dc MCP Confluence
by mrrefactoring

MCP server for Atlassian Confluence Data Center - access and manage content

69 installs/wk local only
Atlassian Confluence
by mcparmory

Create, manage, and search Confluence pages, attachments, and content with full automation support

268 installs/wk local only
Tencent Lexiang MCP Server
by tencent-lexiang

Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

answering
C
Castor MCP
by moosejudge

Castor for Confluence Data Center — MCP server bridging Confluence DC with AI agents

165 installs/wk local only
MCP Atlassian Extended
by vish288

MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.

285 installs/wk local only
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

58 installs/wk local only
Atlassian Rovo MCP Server
by atlassian

Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.

answering

Confluence Cloud — questions

Answers built from our own checks of this server.

Why is there no uptime for Confluence Cloud?
Confluence Cloud runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aaronsb/confluence-cloud-mcp was installed 78 times last week.
How do I connect Confluence Cloud?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aaronsb/confluence-cloud-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Confluence Cloud?
The npm package @aaronsb/confluence-cloud-mcp was installed 78 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Confluence Cloud open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.