A Model Context Protocol Server for Atlassian Confluence Cloud
Connect Confluence Cloud MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A Model Context Protocol Server for Atlassian Confluence Cloud. The confluence cloud mcp mcp server is what makes that connection.
A Model Context Protocol (MCP) server that provides tools for interacting with Confluence Cloud. This server enables AI assistants to manage Confluence spaces, pages, and content through a standardized interface.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_confluence_spaces — List all spaces in Confluenceget_confluence_space — Get details about a specific spacelist_confluence_pages — List pages in a spaceget_confluence_page — Get a specific page with its content (now includes Markdown conversion)create_confluence_page — Create a new page in a spaceupdate_confluence_page — Update an existing pageLinks — Emphasis (bold/italic)Tables — Paragraphs and line breakssearch_confluence_pages — Search Confluence content using CQLget_confluence_labels — Get labels for a pageadd_confluence_label — Add a label to a pageremove_confluence_label — Remove a label from a pageConfiguration is passed through the environment: CONFLUENCE_DOMAIN, CONFLUENCE_EMAIL, CONFLUENCE_API_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as github, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Confluence Cloud MCP's toolset — list_confluence_spaces, get_confluence_space, list_confluence_pages and 9 more — is a fair guide to whether it matches your workflow. It is maintained by aaronsb; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_confluence_spaces | List all spaces in Confluence |
| get_confluence_space | Get details about a specific space |
| list_confluence_pages | List pages in a space |
| get_confluence_page | Get a specific page with its content (now includes Markdown conversion) |
| create_confluence_page | Create a new page in a space |
| update_confluence_page | Update an existing page |
| Links | Emphasis (bold/italic) |
| Tables | Paragraphs and line breaks |
| search_confluence_pages | Search Confluence content using CQL |
| get_confluence_labels | Get labels for a page |
| add_confluence_label | Add a label to a page |
| remove_confluence_label | Remove a label from a page |
**Using npx in MCP configuration:**
```json
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": ["github:aaronsb/confluence-cloud-mcp", "--env", "/path/to/.env"],
"disabled": false,
"autoApprove": []
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CONFLUENCE_DOMAIN | Configuration value read at startup. | Optional |
| CONFLUENCE_EMAIL | Configuration value read at startup. | Optional |
| CONFLUENCE_API_TOKEN | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.