Confluence-MCP-Server

Confluence-MCP-Server

3.2

If you are the rightful owner of Confluence-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A FastMCP-based server that provides seamless integration with Confluence's REST API, enabling programmatic access to Confluence spaces, pages, and content search functionality.

The Confluence MCP Server is designed to facilitate seamless interaction with Confluence's REST API, allowing users to programmatically manage spaces, pages, and perform content searches. Built on the FastMCP framework, this server offers robust features for space management, page operations, and search functionality using Confluence Query Language (CQL). It ensures secure access through API token-based authentication, making it a reliable tool for developers and teams working with Confluence. The server requires Python 3.8 or higher and an active Confluence instance with API access. Installation can be done via Smithery or manually by cloning the repository and setting up the environment. Configuration involves setting environment variables for the Confluence base URL, username, and API token. The server supports various API methods, including listing spaces, retrieving page content, searching content, and listing pages within spaces. Integration with MCP clients like Claude Desktop and Cursor is supported, with configuration details provided for each platform.

Features

  • Space Management: List and filter Confluence spaces.
  • Page Operations: Retrieve and manage page content.
  • Search Functionality: Execute CQL (Confluence Query Language) searches.
  • Space Navigation: List all pages within specific spaces.
  • Authentication: Secure API token-based access.