Confluence Communication Server
Confluence-Kommunikationsserver MCP-Server
Interagieren Sie mit Confluence
Dies ist ein TypeScript-basierter MCP-Server, der Tools für die Interaktion mit Confluence bereitstellt. Er veranschaulicht die wichtigsten MCP-Konzepte anhand folgender Informationen:
Tools zum Ausführen von CQL-Abfragen zum Durchsuchen von Seiten
Tools zum Abrufen des Inhalts von Confluence-Seiten
Tools zum Aktualisieren von Inhalten auf Confluence-Seiten
Merkmale
Related MCP server: Confluence MCP Server
Confluence-Tools
execute_cql_search
Zweck : Führen Sie eine CQL-Abfrage aus, um nach Confluence-Seiten zu suchen.
Parameter :
cql,limit(Standard: 10).
get_page_content
Zweck : Abrufen des Inhalts einer Confluence-Seite.
Parameter :
pageId.
update_page_content
Zweck : Aktualisieren Sie den Inhalt einer Confluence-Seite.
Parameter :
pageId,content,title(optional, falls Sie ihn ändern möchten).
Entwicklung
Installieren Sie Abhängigkeiten:
npm installErstellen Sie den Server:
npm run buildFür die Entwicklung mit automatischem Rebuild:
npm run watchInstallation
Installation über Smithery
So installieren Sie den Confluence Communication Server MCP Server für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @KS-GEN-AI/confluence-mcp-server --client claudeZur Verwendung mit Claude Desktop fügen Sie die Serverkonfiguration hinzu:
Unter MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Unter 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"
}
}
}
}Debuggen
Da MCP-Server über stdio kommunizieren, kann das Debuggen eine Herausforderung darstellen. Wir empfehlen die Verwendung des MCP Inspector , der als Paketskript verfügbar ist:
npm run inspectorDer Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.
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