Loading MCP server directory, please wait...
MCP server for Confluence Cloud — page editing, navigation, and content management
npx @getmcp/cli add io.github.aaronsb/confluence-cloudRequires Node.js 18+. Community-contributed server. Review source before installing.
CONFLUENCE_API_TOKENConfluence API token (generate at https://id.atlassian.com/manage/api-tokens)
CONFLUENCE_EMAILAtlassian account email address
CONFLUENCE_HOSTConfluence instance URL (e.g., https://your-team.atlassian.net)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aaronsb/confluence-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "",
"CONFLUENCE_EMAIL": "",
"CONFLUENCE_HOST": ""
}
}
}
}