confluence-mcp-server
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.
This repository provides a sample implementation of a Model Context Protocol (MCP) server using the Confluence API to retrieve and create Confluence pages.
The Confluence MCP Server Sample is a demonstration of how to implement a Model Context Protocol (MCP) server that interacts with the Confluence API. This server allows users to retrieve and create pages on Confluence, leveraging the capabilities of the Confluence API. The implementation is designed to be a practical example for developers looking to integrate MCP with Confluence, providing a foundation for further customization and development. The server is built using Node.js, and includes scripts for setup, building, and generating client code from an OpenAPI specification. Additionally, it provides a configuration example for running the server with Claude Desktop, showcasing how to set environment variables for authentication and API access.
Features
- Integration with Confluence API for page retrieval and creation.
- Node.js based implementation for easy setup and customization.
- Scripts for building and watching the server code.
- Client code generation from OpenAPI specification.
- Configuration example for running with Claude Desktop.