Confluence MCP Server for Claude Code — page CRUD, section editing, table management, smart updates, and more
Project description
confluence-cloud-mcp
Confluence Cloud MCP server for Claude Code.
The official Atlassian connector covers basic page read/write. This server adds 27 tools including section-level editing, table CRUD, smart diff updates, attachments, and space export.
Install (1 minute)
Option A: Interactive setup
uvx confluence-cloud-mcp --setup
Asks for your Confluence URL, email, and API token, then auto-registers with Claude Code.
Option B: One-liner
claude mcp add confluence -s user \
-e "CONFLUENCE_URL=https://yourcompany.atlassian.net" \
-e "CONFLUENCE_EMAIL=you@company.com" \
-e "CONFLUENCE_API_TOKEN=your-token" \
-- uvx confluence-cloud-mcp
API Token
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token
- Copy the token
Tools (27)
Page Management
| Tool | Description |
|---|---|
list_spaces |
List accessible spaces |
get_page |
Get page by ID or URL |
get_page_full |
Get full page content with formatting |
create_page |
Create new page |
update_page |
Update existing page |
append_to_page |
Append content to page |
search_pages |
Search pages by keyword |
Section Editing
| Tool | Description |
|---|---|
list_page_sections |
List all headings in a page |
update_page_section |
Update a specific section by heading |
smart_update_page |
Diff-aware update (skip if unchanged) |
Table Operations
| Tool | Description |
|---|---|
get_page_tables |
Extract tables from page |
update_page_table |
Modify table content |
add_table_row |
Add row to table |
delete_table_row |
Delete row from table |
update_table_cell |
Update specific cell |
create_page_with_table |
Create page with table |
Attachments & Export
| Tool | Description |
|---|---|
upload_attachment |
Upload file to page |
upload_attachments |
Upload multiple files |
download_page_images |
Download all images |
download_page_attachments |
Download all attachments |
export_page |
Export page to Markdown |
export_space |
Export space to Markdown files |
sync_space |
Sync space to local filesystem |
Database
| Tool | Description |
|---|---|
list_databases |
List Confluence databases |
get_database |
Get database metadata |
create_database |
Create database |
delete_database |
Delete database |
Markdown Support
Write content in Markdown — it auto-converts to Confluence Storage Format.
Supported: headings, bold/italic, lists, tables, code blocks, links, images, horizontal rules.
Requirements
- Python 3.10+
- Confluence Cloud (Atlassian hosted)
- API token with read/write access
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file confluence_cloud_mcp-0.1.1.tar.gz.
File metadata
- Download URL: confluence_cloud_mcp-0.1.1.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20f1fa959cd3aae3a0f9ef282a80aa59747c0d96f74d8f472c1d35ef0651adcf
|
|
| MD5 |
b1e701600b1447aeb5d7875f412e9759
|
|
| BLAKE2b-256 |
0f5c1a1b547e9e3fc97549b04ab170c44aa1b51508695e803398cb6808fd352f
|
File details
Details for the file confluence_cloud_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: confluence_cloud_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1820d111ec85c96e656d8fd8eb66b5e38190dae062963408ca382f89427711a
|
|
| MD5 |
304f4241f4fff52bc628fd6c62b1284b
|
|
| BLAKE2b-256 |
d23de910bb5ff5bc1ce39e971eb2a58557e94a3b4aa82aa428421666afb328d9
|