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.

This repository provides a sample implementation of a Model Context Protocol (MCP) server using the Confluence API to retrieve and create Confluence pages.

Confluence MCP Server Sample

このリポジトリは、Model Context Protocol (MCP) サーバーのサンプル実装です。 Confluence APIを使用して、Confluenceのページを取得/作成するMCPサーバーを実装しています。

Setup

npm install

Build

npm run build
# or
npm run watch

Generate client code from OpenAPI spec

npm run generate:client

Debug

ビルド後は絶対パスでスクリプトを指定して、実行できます。

Claude Desktopの例:

{
  "mcpServers": {
    "confluence-mcp-server": {
      "command": "/path/to/confluence-mcp-server/dist/index.js",
      "env": {
        "ATLASSIAN_API_TOKEN": "<YOUR_API_TOKEN>",
        "CONFLUENCE_URL": "https://<YOUR_DOMANIN>.atlassian.net/wiki/api/v2",
        "CONFLUENCE_EMAIL": "<YOUR_EMAIL>",
      }
    }
  }
}