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 を提供します。
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 -13JavaScriptMIT License
- AsecurityAlicenseAqualityEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.Last updated -286519TypeScriptMIT License
- -securityAlicense-qualityProvides web search functionality via DuckDuckGo for Claude Code and MCP-compatible clients, featuring advanced content exploration, navigation across search results, and detailed webpage analysis.Last updated -4PythonMIT License
- -securityAlicense-qualityEnables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.Last updated -20TypeScriptMIT License