confluence-mcp-server logo

confluence-mcp-server此服务器直接将 AI 工具连接到您的 Confluence 工作区。设置完成后,它允许聊天助手搜索文档、读取完整页面文本,并在无需人工干预的情况下安全编辑内容。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这是一款基于 TypeScript 的 MCP 服务器,提供与 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 通信,运行需要提供 Confluence URL、API 邮箱和 API 密钥。遵循 MIT 许可证。

主要功能

  • 执行 CQL 查询以搜索页面
  • 获取 Confluence 页面内容
  • 更新 Confluence 页面内容
  • 支持开发期间自动重建

价格

模型
Free
评分
暂无评价

使用场景

聊天助手集成

使用 MCP 服务器将聊天助手与 Confluence 集成,以搜索和检索内容

自动内容更新

使用 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

提问

服务配缩器 的替代品