confluence-mcp-server logo

confluence-mcp-serverTen serwer łączy narzędzia AI bezpośrednio z Twoją przestrzenią roboczą Confluence. Po skonfigurowaniu pozwala asystentowi czatu wyszukiwać dokumenty, odczytywać pełne treści stron oraz bezpiecznie edytować zawartość bez ręcznej interwencji.

(0)
Daniel NikulshynZrecenzowane przez Daniel Nikulshyn·Zaktualizowano lipiec 2026

Przegląd

To serwer MCP oparty na TypeScript, który zapewnia narzędzia do interakcji z Confluence. Demonstruje podstawowe koncepcje MCP, udostępniając: - Narzędzia do wykonywania zapytań CQL w celu wyszukiwania stron - Narzędzia do pobierania zawartości stron Confluence - Narzędzia do aktualizowania treści na stronach Confluence Serwer zawiera trzy główne funkcje: - execute_cql_search: Uruchom zapytanie CQL w celu wyszukiwania stron Confluence - get_page_content: Pobierz zawartość strony Confluence - update_page_content: Zaktualizuj zawartość strony Confluence Serwer jest przeznaczony do współpracy z Claude Desktop i może być zainstalowany poprzez Smithery lub ręcznie konfigurować zmienne środowiskowe. Zawiera również narzędzia do debugowania, takie jak MCP Inspector. Serwer korzysta z protokołu MCP do komunikacji z Confluence i wymaga adresu URL Confluence, maila API oraz klucza API do działania. Jest licencjonowany na zasadach licencji MIT.

Kluczowe funkcje

  • Wykonaj zapytania CQL w celu wyszukiwania stron
  • Pobierz zawartość stron Confluence
  • Aktualizuj zawartość na stronach Confluence
  • Obsługa automatycznego przebudowywania podczas rozwoju

Cennik

Model
Free
Kategoria
Serwery MCP
Ocena
Brak recenzji

Zastosowania

Integracja z Asystentem Czatu

Zintegruj asystenta czatu z Confluence przy użyciu serwera MCP do wyszukiwania i pobierania treści

Automatyczne Aktualizacje Treści

Użyj serwera MCP do automatycznego aktualizowania treści na stronach Confluence

Plusy i minusy

Plusy

  • Umożliwia asystentom czatu interakcję z treściami Confluence
  • Zapewnia bezpieczny dostęp do stron Confluence
  • Wspiera zapytania CQL do wyszukiwania stron

Minusy

  • Wymaga konfiguracji technicznej i ustawień
  • Ograniczony do przestrzeni roboczych Confluence

Recenzje

Zaloguj się, aby zostawić recenzję.

Brak recenzji. Bądź pierwszy!

Pytania i odpowiedzi

Can I debug the server during development?

Yes, run `npm run inspector` to start the MCP Inspector, which provides a browser URL for monitoring stdio communication and troubleshooting the server’s operations.

Asked by Ahmed Saleh · Mar 8, 2026

Are there any limitations or prerequisites for using this server?

It requires a technical setup: Node.js, TypeScript build, and proper API tokens from Atlassian. It is only compatible with Confluence workspaces and works best with Claude Desktop, so non-technical users may find the configuration challenging.

Asked by Chidi Okonkwo · Jan 24, 2026

What can the server do with Confluence pages?

The server exposes three tools: `execute_cql_search` to run CQL queries and find pages, `get_page_content` to fetch a page’s full text by ID, and `update_page_content` to modify a page’s content or title safely through the MCP protocol.

Asked by Yosef Mizrahi · Dec 5, 2025

How do I install confluence-mcp-server for use with Claude Desktop?

You can install it automatically via Smithery using the command `npx @smithery/cli install @KS GEN AI/confluence-mcp-server client claude`. Alternatively, clone the repo, run `npm install`, build with `npm run build`, and configure the server in Claude’s config file with the required environment variables (CONFLUENCE_URL, CONFLUENCE_API_MAIL, CONFLUENCE_API_KEY).

Asked by George Papadakis · Nov 30, 2025

Zadaj pytanie

Alternatywy dla Serwery MCP