Confluence Cloud
Quality Score
90
/100
MCP server for Confluence Cloud — page editing, navigation, and content management
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your-confluence_api_token>",
"CONFLUENCE_EMAIL": "<confluence_email>",
"CONFLUENCE_HOST": "<confluence_host>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<your-confluence_api_token>",
"CONFLUENCE_EMAIL": "<confluence_email>",
"CONFLUENCE_HOST": "<confluence_host>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @aaronsb/confluence-cloud-mcp§02 Environment variables
CONFLUENCE_API_TOKENrequiredsecret
Confluence API token (generate at https://id.atlassian.com/manage/api-tokens)
CONFLUENCE_EMAILrequired
Atlassian account email address
CONFLUENCE_HOSTrequired
Confluence instance URL (e.g., https://your-team.atlassian.net)
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai