Searches Confluence with CQL, retrieves page content, and updates pages through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
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.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Confluence MCP Server.
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.
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.
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.
The KS-GEN-AI/confluence-mcp-server MCP server covers a focused set of page workflows:
execute_cql_search.limit parameter.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.
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.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ks-gen-ai-confluence-mcp-server)<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>