MCP Server
Maintained
MIT
Confluence Cloud MCP Server
io.github.aaronsb/confluence-cloud
What is the Confluence Cloud MCP server?
MCP server for Confluence Cloud — page editing, navigation, and content management
How to install Confluence Cloud
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CONFLUENCE_API_TOKENrequiredsecretConfluence API token (generate at https://id.atlassian.com/manage/api-tokens)
CONFLUENCE_EMAILrequiredAtlassian account email address
CONFLUENCE_HOSTrequiredConfluence instance URL (e.g., https://your-team.atlassian.net)
Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<YOUR_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": "<YOUR_CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<YOUR_CONFLUENCE_HOST>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add confluence-cloud --env CONFLUENCE_API_TOKEN=<YOUR_CONFLUENCE_API_TOKEN> --env CONFLUENCE_EMAIL=<YOUR_CONFLUENCE_EMAIL> --env CONFLUENCE_HOST=<YOUR_CONFLUENCE_HOST> -- npx -y @aaronsb/confluence-cloud-mcpRelated MCP servers
Salesforce Cloud
Maintained
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
5
View repository →TypeScript
MIT
Jira Cloud
Maintained
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
4
View repository →TypeScript
Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven