confluence-mcp-server logo

confluence-mcp-serverThis server connects AI tools directly to your Confluence workspace. Once set up, it allows your chat assistant to search documents, read full page text, and edit content safely without needing manual

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

This is a TypeScript-based MCP server that provides tools to interact with Confluence. It demonstrates core MCP concepts by providing: Tools for executing CQL queries to search pages Tools for retrieving the content of Confluence pages Tools for updating content on Confluence pages The server includes three main features: execute_cql_search: Run a CQL query to search for Confluence pages get_page_content: Fetch the content of a Confluence page update_page_content: Update the content of a Confluence page The server is designed to be used with Claude Desktop, and can be installed via Smithery or by manually setting up the environment variables. It also includes tools for debugging, such as the MCP Inspector. The server uses the MCP protocol to communicate with Confluence, and requires a Confluence url, API mail, and API key to function. It is licensed under the MIT license.

Key features

  • Execute CQL queries to search pages
  • Fetch content of Confluence pages
  • Update content on Confluence pages
  • Support for auto-rebuild during development

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Chat Assistant Integration

Integrate a chat assistant with Confluence using the MCP server to search and retrieve content

Automated Content Updates

Use the MCP server to automatically update content on Confluence pages

Pros & Cons

Pros

  • Enables chat assistants to interact with Confluence content
  • Provides secure access to Confluence pages
  • Supports CQL queries for searching pages

Cons

  • Requires technical setup and configuration
  • Limited to Confluence workspaces

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Can I debug the server during development?

Yes, run `npm run inspector` to start the MCP Inspector, which provides a browser URL for monitoring stdio communication and troubleshooting the server’s operations.

Asked by Ahmed Saleh · Mar 8, 2026

Are there any limitations or prerequisites for using this server?

It requires a technical setup: Node.js, TypeScript build, and proper API tokens from Atlassian. It is only compatible with Confluence workspaces and works best with Claude Desktop, so non-technical users may find the configuration challenging.

Asked by Chidi Okonkwo · Jan 24, 2026

What can the server do with Confluence pages?

The server exposes three tools: `execute_cql_search` to run CQL queries and find pages, `get_page_content` to fetch a page’s full text by ID, and `update_page_content` to modify a page’s content or title safely through the MCP protocol.

Asked by Yosef Mizrahi · Dec 5, 2025

How do I install confluence-mcp-server for use with Claude Desktop?

You can install it automatically via Smithery using the command `npx @smithery/cli install @KS GEN AI/confluence-mcp-server client claude`. Alternatively, clone the repo, run `npm install`, build with `npm run build`, and configure the server in Claude’s config file with the required environment variables (CONFLUENCE_URL, CONFLUENCE_API_MAIL, CONFLUENCE_API_KEY).

Asked by George Papadakis · Nov 30, 2025

Ask a question

MCP Servers alternatives