Confluence Cloud MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_HOST | Yes | Your Confluence host URL, e.g. https://your-team.atlassian.net | |
| CONFLUENCE_EMAIL | Yes | Your Confluence email | |
| CONFLUENCE_API_TOKEN | Yes | Your Confluence API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_confluence_pageB | Get, create, update, delete, move, copy, archive, or pull pages for editing. Manage labels and content properties. Create returns a scratchpad for composing content before publishing. Use pull_for_editing to load existing page content into a scratchpad. Archive/unarchive pages or entire page trees. |
| edit_confluence_contentB | Line-addressed content editing within a scratchpad buffer. View, insert, replace, or remove lines, then submit to Confluence. Requires a scratchpadId from create or pull_for_editing. |
| manage_confluence_spaceC | List spaces, get space details, or manage space configuration. |
| search_confluenceA | Search Confluence using CQL (Confluence Query Language), full-text search, or filter by labels/contributors. |
| manage_confluence_mediaB | Upload, download, list, view, or delete page attachments and media. Use view to display images inline. |
| navigate_confluenceA | Navigate page hierarchy, discover links, backlinks, and related pages. Returns tree views and relationship graphs. |
| queue_confluence_operationsA | Batch multiple Confluence operations in a single call. Supports result references ($0.pageId) and per-operation error strategies. |
| manage_workspaceA | Stage files in the local workspace for attachment operations. List, read, write, delete files, or create directories. Supports nested paths (e.g. "projects/images/photo.png"). Downloaded attachments land here; upload can read from here. All responses include the absolute filesystem path. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Available Macros | Confluence macro registry with parameter schemas and usage examples |
| Instance Summary | Confluence instance overview: available spaces, GraphQL status |
| Tool Documentation | Complete documentation for all Confluence MCP tools with operations and examples |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaronsb/confluence-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server