OlympHill
confluence-mcp-server logo

confluence-mcp-serverשרת זה מחבר כלי בינה מלאכותית ישירות לשטח העבודה שלך ב Confluence. לאחר הגדרה, הוא מאפשר לעוזר הצ'אט שלך לחפש מסמכים, לקרוא טקסט מלא של דף ולערוך תוכן בבטחה ללא צורך

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

זהו שרת MCP מבוסס TypeScript המספק כלים לאינטראקציה עם Confluence. הוא מדגים מושגים של MCP על ידי מתן: כלים לביצוע שאילתות CQL לחיפוש דפים כלים לאחזור תוכן של דפים ב Confluence כלים לעדכון תוכן בדפים של Confluence השרת כולל שלוש תכונות עיקריות: execute_cql_search: הפעל שאילת CQL לחיפוש דפים ב Confluence get_page_content: אחזר תוכן של דף Confluence update_page_content: עדכן תוכן של דף Confluence השרת נועד לשימוש עם Claude Desktop, וניתן להתקין אותו באמצעות Smithery או על ידי הגדרת משתני הסביבה באופן ידני. הוא כולל גם כלים לניפוי שגיאות, כגון MCP Inspector. השרת משתמש בפרוטוקול MCP לתקשורת עם Confluence, ודורש כתובת URL של Confluence, דוא"ל API ומפתח API כדי לתפקד. הוא מורשה תחת רישיון MIT.

תכונות עיקריות

  • הפעל שאילתות CQL לחיפוש דפים
  • אחזר תוכן של דפים ב Confluence
  • עדכן תוכן בדפים של Confluence
  • תמיכה בבנייה מחדש אוטומטית במהלך הפיתוח

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

אינטגרציה של עוזר צ'אט

שלב עוזר צ'אט עם Confluence באמצעות שרת MCP לחיפוש ואחזור תוכן

עדכוני תוכן אוטומטיים

השתמש בשרת MCP כדי לעדכן תוכן בדפים של Confluence באופן אוטומטי

יתרונות וחסרונות

יתרונות

  • מאפשר לעוזרים של צ'אט לאינטראקציה עם תוכן Confluence
  • מספק גישה מאובטחת לדפים ב Confluence
  • תומך בשאילתות CQL לחיפוש דפים

חסרונות

  • דורש הגדרה טכנית וקביעת תצורה
  • מוגבל לשטחי עבודה של Confluence

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

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

שאל שאלה

חלופות לשרתי MCP