Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ› ๏ธ Other Tools and Integrations
  3. Confluence MCP Server
Confluence MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 9:16:43 PM

Confluence MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website
confluencesearchknowledge-managementproductivity

Searches Confluence with CQL, retrieves page content, and updates pages through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ks-gen-ai-confluence-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ› ๏ธ More in Other Tools and Integrations

Overview

The KS-GEN-AI/confluence-mcp-server MCP server exposes Confluence search, page retrieval, and page update operations through MCP. It runs as a TypeScript server over stdio and uses a Confluence URL, API email, and API key supplied as environment variables. Use it when an MCP client needs to find pages with CQL, read page content, or modify an existing page. The README documents Claude Desktop configuration and local build steps.

Use cases

โ€ขSearch Confluence pages with CQL
โ€ขRetrieve page content by ID
โ€ขUpdate existing Confluence pages
โ€ขChange a page title while updating its content

Key features

โ€ขExecute CQL searches
โ€ขLimit search results
โ€ขRetrieve page content
โ€ขUpdate page content
โ€ขOptionally change page titles

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Confluence MCP Server.

Extracted Tool Capabilities
Execute CQL searches
Limit search results
Retrieve page content
Update page content
Optionally change page titles

How Confluence MCP Server works

What KS-GEN-AI/confluence-mcp-server MCP server does

The KS-GEN-AI/confluence-mcp-server MCP server connects an MCP client to Confluence operations for searching, reading, and updating pages. It provides three tools:

  • execute_cql_search runs a Confluence Query Language (CQL) query and accepts a result limit, which defaults to 10.
  • get_page_content retrieves the content of a page using its pageId.
  • update_page_content changes a page's content using its pageId and content. A title can also be supplied when the page title should change.

This makes the server suitable for assistants that need to locate relevant Confluence pages before reading them, or that need to write revised content back to an existing page.

How it works

The KS-GEN-AI/confluence-mcp-server MCP server is implemented in TypeScript and communicates with MCP clients over standard input and output. The client starts the built Node.js entry point, and the server uses environment variables to connect to the configured Confluence instance.

A typical interaction can begin with execute_cql_search, using a CQL expression and an optional limit. The client can then pass a returned page identifier to get_page_content. For editing workflows, update_page_content accepts the target identifier and replacement content, with an optional new title.

Because the tools operate on page identifiers and CQL queries, callers need to provide valid Confluence-specific values. The README does not document additional filtering, pagination behavior, or operations for creating or deleting pages.

Setup and configuration

To build the KS-GEN-AI/confluence-mcp-server MCP server locally, install the project dependencies with npm install, then run npm run build. The repository also provides npm run watch for development with automatic rebuilding.

Claude Desktop can start the compiled server with Node.js. Its MCP configuration supplies these environment variables:

  • CONFLUENCE_URL: the Confluence site URL, such as an Atlassian wiki endpoint.
  • CONFLUENCE_API_MAIL: the email address associated with the Confluence API credentials.
  • CONFLUENCE_API_KEY: the Confluence API key.

The README points to Atlassian's profile security page as the location for obtaining an API token. The configured command uses the project's built build/index.js file, so the project must be built before Claude Desktop starts it.

Tools and capabilities

The KS-GEN-AI/confluence-mcp-server MCP server covers a focused set of page workflows:

  1. Search pages by submitting CQL through execute_cql_search.
  2. Set a maximum number of search results with the limit parameter.
  3. Fetch a page's content by ID.
  4. Replace page content and optionally change its title.

The server is intended for existing Confluence content. The documented tools do not include a page-creation tool, attachment management, space administration, or broader Confluence configuration.

Limitations and notes

The README documents Claude Desktop setup but does not list configuration examples for other MCP clients. It also does not state a license, package publishing workflow, or a hosted endpoint. The server requires Confluence credentials supplied through environment variables, and the API key must be provided by the user. For local troubleshooting, the project includes an npm run inspector script that launches the MCP Inspector workflow for its stdio connection.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • MCP Confluence Server logoMCP Confluence Server

    A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API.

    ๐Ÿ› ๏ธ Other Tools and Integrations2 views
    Compare vs MCP Confluence Server โ†’
  • Yuque MCP Server logoYuque MCP Server

    A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Yuque MCP Server โ†’
  • MCP Notion Server logoMCP Notion Server

    A Model Context Protocol server for connecting Notion to MCP-compatible clients

    ๐Ÿ› ๏ธ Other Tools and Integrations2 views
    Compare vs MCP Notion Server โ†’
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs Git โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
14
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Confluence MCP Server

Install the project dependencies with npm install, build it with npm run build, and configure Claude Desktop to run the compiled build/index.js file.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewConfluence MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ks-gen-ai-confluence-mcp-server?style=directory)](https://allmcps.com/mcp/ks-gen-ai-confluence-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ks-gen-ai-confluence-mcp-server"><img src="https://allmcps.com/api/badge/ks-gen-ai-confluence-mcp-server?style=directory" alt="Confluence MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ› ๏ธOther Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 23, 2026
37Quality signal: Fair ยท 37/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ› ๏ธ Other Tools and Integrations โ†’Alternatives to Confluence MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code