Confluence コミュニケーション サーバー MCP サーバー
Confluenceとの対話
これはTypeScriptベースのMCPサーバーで、Confluenceと連携するためのツールを提供します。以下の機能を提供することで、MCPのコアコンセプトを実証します。
- CQLクエリを実行してページを検索するためのツール
- Confluenceページのコンテンツを取得するためのツール
- Confluence ページのコンテンツを更新するためのツール
特徴
Confluenceツール
execute_cql_search
- 目的: CQL クエリを実行して Confluence ページを検索します。
- パラメータ:
cql
、limit
(デフォルト: 10)。
get_page_content
- 目的: Confluence ページのコンテンツを取得します。
- パラメータ:
pageId
。
update_page_content
- 目的: Confluence ページのコンテンツを更新します。
- パラメータ:
pageId
、content
、title
(変更する場合はオプション)。
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Confluence Communication Server MCP Server を自動的にインストールするには:
Claude Desktop で使用するには、サーバー設定を追加します。
MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
CQL 検索とページ コンテンツの取得を通じて Confluence からのコンテンツのクエリと取得が可能になり、Claude は Confluence ワークスペースに保存されている情報にシームレスにアクセスできるようになります。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated -12JavaScriptMIT License
- -security-license-qualityEnables VSCode/Cursor to integrate with Confluence Wiki, allowing AI models to access and process wiki content by fetching pages and converting them to Markdown format.Last updated -2TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.Last updated -54358TypeScript
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -Python