Confluence Communication Server
Confluence 커뮤니케이션 서버 MCP 서버
Confluence와 상호 작용
Confluence와 상호 작용하는 도구를 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.
검색 페이지에 CQL 쿼리를 실행하기 위한 도구
Confluence 페이지의 콘텐츠를 검색하기 위한 도구
Confluence 페이지의 콘텐츠를 업데이트하기 위한 도구
특징
Related MCP server: Confluence MCP Server
Confluence 도구
execute_cql_search
목적 : Confluence 페이지를 검색하기 위해 CQL 쿼리를 실행합니다.
매개변수 :
cql,limit(기본값: 10).
get_page_content
목적 : Confluence 페이지의 내용을 가져옵니다.
매개변수 :
pageId.
update_page_content
목적 : Confluence 페이지의 콘텐츠를 업데이트합니다.
매개변수 :
pageId,content,title(선택 사항, 변경하려는 경우).
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
npm run build자동 재빌드를 사용한 개발의 경우:
npm run watch설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Confluence Communication Server MCP 서버를 자동으로 설치하려면:
npx -y @smithery/cli install @KS-GEN-AI/confluence-mcp-server --client claudeClaude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"Confluence communication server": {
"command": "node",
"args": ["/PATH_TO_THE_PROJECT/build/index.js"],
"env": {
"CONFLUENCE_URL": "https://XXXXXXXX.atlassian.net/wiki",
"CONFLUENCE_API_MAIL": "Your email",
"CONFLUENCE_API_KEY": "KEY_FROM: https://id.atlassian.com/manage-profile/security/api-tokens"
}
}
}
}디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
npm run inspector검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables integration with Atlassian Confluence to browse spaces, search content using CQL, and manage pages directly from MCP-compatible applications. It automatically converts Confluence storage formats into markdown for seamless interaction with AI-driven editors and tools.822MIT
- FlicenseBqualityDmaintenanceEnables page search and retrieval from Confluence using the Model Context Protocol. It allows users to search documents via CQL and fetch page content as text for use within Claude.21
- Flicense-qualityBmaintenanceEnables Claude Code to read and search Confluence pages, with support for images and multi-site configurations.1
- Alicense-qualityCmaintenanceEnables hybrid search and agentic retrieval over Confluence pages via MCP tools, allowing Claude Desktop, Cursor, or Claude Code to search and retrieve Confluence content.Apache 2.0
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KS-GEN-AI/confluence-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server