Confluence 커뮤니케이션 서버 MCP 서버
Confluence와 상호 작용
Confluence와 상호 작용하는 도구를 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.
- 검색 페이지에 CQL 쿼리를 실행하기 위한 도구
- Confluence 페이지의 콘텐츠를 검색하기 위한 도구
- Confluence 페이지의 콘텐츠를 업데이트하기 위한 도구
특징
Confluence 도구
execute_cql_search
- 목적 : Confluence 페이지를 검색하기 위해 CQL 쿼리를 실행합니다.
- 매개변수 :
cql
,limit
(기본값: 10).
get_page_content
- 목적 : Confluence 페이지의 내용을 가져옵니다.
- 매개변수 :
pageId
.
update_page_content
- 목적 : Confluence 페이지의 콘텐츠를 업데이트합니다.
- 매개변수 :
pageId
,content
,title
(선택 사항, 변경하려는 경우).
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Confluence Communication Server MCP 서버를 자동으로 설치하려면:
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