A

Atlassian Confluence

Remote Remote

Integrates with Atlassian Confluence to provide direct access to spaces, pages, and content with too...

476 views
1 installs
Updated Jan 10, 2026
Audited
Integrates with Atlassian Confluence to provide direct access to spaces, pages, and content with tools for listing, retrieving, and searching using CQL while converting content to Markdown format

1. Get Your Confluence Credentials

Generate a Confluence API Token:

  1. Go to Atlassian API Tokens
  2. Click Create API token
  3. Give it a name like "AI Assistant"
  4. Copy the generated token immediately (you won't see it again!)

Tools

conf_get

Read any Confluence data. Returns TOON format by default (30-60% fewer tokens than JSON). **IMPORTANT - Cost Optimization:** - ALWAYS use `jq` param to filter response fields. Unfiltered responses ar...

conf_post

Create Confluence resources. Returns TOON format by default (token-efficient). **IMPORTANT - Cost Optimization:** - Use `jq` param to extract only needed fields from response (e.g., `jq: "{id: id, ti...

conf_patch

Partially update Confluence resources. Returns TOON format by default. **IMPORTANT - Cost Optimization:** Use `jq` param to filter response fields. **Output format:** TOON (default) or JSON (`output...

conf_put

Replace Confluence resources (full update). Returns TOON format by default. **IMPORTANT - Cost Optimization:** - Use `jq` param to extract only needed fields from response - Example: `jq: "{id: id, v...

conf_delete

Delete Confluence resources. Returns TOON format by default. **Output format:** TOON (default) or JSON (`outputFormat: "json"`) **Common operations:** - `/wiki/api/v2/pages/{id}` - Delete page - `/w...

Quick Start

View on GitHub

More for Productivity

View All →

More for Content Management

View All →

Similar MCP Servers

Confluence

Confluence

Official Remote Remote

Integrates with Atlassian Confluence to enable direct querying and retrieval of wiki content using CQL (Confluence Query Language) for seamless documentation access within conversations.

Productivity

Report Issue

Thank you! Your issue report has been submitted successfully.