Skip to main content
Glama

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

Confluence-Tools

  • 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 install

Erstellen Sie den Server:

npm run build

Für die Entwicklung mit automatischem Rebuild:

npm run watch

Installation

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 claude

Zur 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 inspector

Der Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Ermöglicht das Abfragen und Abrufen von Inhalten aus Confluence durch CQL-Suchen und das Abrufen von Seiteninhalten, sodass Claude nahtlos auf in Confluence-Arbeitsbereichen gespeicherte Informationen zugreifen kann.

  1. Merkmale
    1. Confluence-Tools
      1. execute_cql_search
      2. get_page_content
      3. update_page_content
    2. Entwicklung
      1. Installation
        1. Installation über Smithery
        2. Debuggen

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.
        Last updated -
        1
        4
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Enables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.
        Last updated -
        2
        860
        20
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        Provides 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 -
        4
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        Enables 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 -
        22
        TypeScript
        MIT License

      View all related MCP servers

      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