Confluence Cloud
Rank #14,779io.github.aaronsb/confluence-cloud
MCP server providing confluence-cloud capabilities
Confluence Cloud is a Model Context Protocol (MCP) server published by aaronsb. It ranks #14,779 of 115,460 servers tracked on MCP Toplist. Confluence Cloud is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 27, 2026.
Ranks ahead of 100,681 of 115,460 servers on MCP Toplist.
Use Confluence Cloud
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add confluence-cloud -e "CONFLUENCE_API_TOKEN=<your CONFLUENCE_API_TOKEN>" -e "CONFLUENCE_EMAIL=<your CONFLUENCE_EMAIL>" -e "CONFLUENCE_HOST=<your CONFLUENCE_HOST>" -- npx -y @aaronsb/confluence-cloud-mcpReplace each placeholder with your own value before saving.
[mcp_servers.confluence-cloud]
command = "npx"
args = ["-y", "@aaronsb/confluence-cloud-mcp"]
[mcp_servers.confluence-cloud.env]
CONFLUENCE_API_TOKEN = "<your CONFLUENCE_API_TOKEN>"
CONFLUENCE_EMAIL = "<your CONFLUENCE_EMAIL>"
CONFLUENCE_HOST = "<your CONFLUENCE_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<your CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<your CONFLUENCE_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<your CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<your CONFLUENCE_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"confluence-cloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<your CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<your CONFLUENCE_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<your CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<your CONFLUENCE_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<your CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<your CONFLUENCE_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aaronsb%2Fconfluence-cloud)<a href="https://mcptoplist.com/server/io.github.aaronsb%2Fconfluence-cloud"><img src="https://mcptoplist.com/badge/io.github.aaronsb%2Fconfluence-cloud.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aaronsb
Other servers by aaronsb
- Google Workspace MCP Server#352 · 19 vers
- Semantic Notes Vault MCP#526 · 20 vers
- Jira Cloud#5,081 · 13 vers
- Slack#5,164 · 2 vers
- Salesforce Cloud#7,140 · 2 vers
- Confluence MCP Server#15,819 · 1 ver
- Obsidian Semantic MCP Server#15,873
- TeXFlow#15,886 · 1 ver
- Think Strategies#18,600
- Azure DevOps MCP Server#20,355
- Jira Insights MCP#39,764
- D-Bus MCP Server#42,980
Available versions (3)
| Version | Published |
|---|---|
| 0.5.0 | Mar 27, 2026 |
| 0.4.0 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Confluence Cloud?
- Confluence Cloud is maintained by aaronsb, which publishes 16 MCP servers (65 total versions) tracked on MCP Toplist.
- Is Confluence Cloud listed on the Official MCP Registry?
- Yes — Confluence Cloud is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Confluence Cloud have?
- MCP Toplist tracks 3 versions of Confluence Cloud, most recently published on Mar 27, 2026.
- Where can I find the source code for Confluence Cloud?
- The source code for Confluence Cloud is hosted at github.com/aaronsb/confluence-cloud.