confluence-wiki-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@confluence-wiki-mcp-serversearch for 'API design' in the Engineering space"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Confluence Wiki MCP Server
项目简介
面向 macOS 的 Confluence Wiki 内容获取 MCP 服务器,通过托管 Chrome Profile 自动管理认证,无需手动配置 Cookie。
Related MCP server: confluence-mcp-server
功能
获取 Confluence Wiki 页面正文,支持 Markdown、HTML 和纯文本格式
按关键词检索 Wiki 内容,支持限定 Space 和标题搜索
获取页面附件、评论、引用和资源列表
聚合获取完整需求证据包(上下文、评论、引用、资产)
托管 Chrome Profile 自动登录,无需手动复制 Cookie
Cookie 凭据值仅作为 HTTPS Cookie 请求头附加到精确源
https://wiki.imgo.tv(含同源重定向),永不进入日志、错误信息、认证状态/快照或 MCP 响应
系统要求
macOS
Node.js 18.17 及以上
Google Chrome(已安装)
安装
npm install -g confluence-wiki-mcp-server安装后可通过 confluence-wiki-mcp 命令使用。
首次登录
confluence-wiki-mcp auth login
confluence-wiki-mcp auth status首次运行打开独立的本地 Chrome Profile,完成一次交互式 Wiki 登录。后续 MCP 进程自动重用会话,正常工具调用不会打开可见浏览器。认证仅使用托管 Chrome Profile,不需要也不支持通过环境变量或文件配置凭据。
confluence-wiki-mcp auth logout --confirm登出需要 --confirm 确认,仅删除托管的标记 Profile。
MCP 配置
{
"mcpServers": {
"wiki-imgo": {
"type": "stdio",
"command": "confluence-wiki-mcp",
"args": []
}
}
}此配置适用于 cc-switch 导入。
工具
工具 | 说明 |
| 获取指定 Confluence Wiki 页面并返回 Markdown、HTML 或纯文本正文 |
| 按关键词检索 Confluence Wiki,返回标题、pageId 和页面 URL |
| 列出指定 Confluence 页面附件,适合查找原型图、截图等文件 |
| 返回本地托管认证状态并列出可用工具,不访问网络 |
| 获取 Wiki 页面证据上下文:正文、标题结构、表格、链接、图片、删除线和不确定关键词信号 |
| 获取 Confluence 页面评论列表,返回评论正文、作者、时间和 evidence signals |
| 获取 Wiki 页面引用的其他页面链接,可选抓取被引用页面的标题和摘要 |
| 列出 Wiki 页面的内嵌图片和附件,返回 URL、媒体类型和文件大小 |
| 下载 Wiki 附件或图片到本地目录。仅支持 wiki.imgo.tv 域名 |
| 聚合获取 Wiki 页面的完整 evidence bundle:上下文、评论、引用、资产和权限问题 |
| 打开专属 Chrome Profile 进行交互式 Wiki 登录 |
| 探测并报告托管认证状态,不返回凭据值 |
| 登出并删除托管 Profile,需要 |
使用规范
不得在日志、异常或 MCP 响应中记录或输出凭据信息。
wiki_health_check为本地检查,不访问网络,不探测服务端。wiki_auth_status可主动探测 Profile 状态,但返回的快照永远不含凭据值。登出必须调用
wiki_auth_logout并传confirm=true,或 CLI--confirm,仅删除托管的标记 Profile。所有请求(含重定向)仅允许
https://wiki.imgo.tv精确源,拒绝其他源。401/403 响应会自动标记认证失效,提示运行
confluence-wiki-mcp auth login。托管 Chrome Profile 仅存在于本地
~/Library/Application Support/confluence-wiki-mcp/browser-profile;认证凭据从不通过 MCP 网络传输。
常见错误
状态 | 说明 | 处理 |
| 尚未确认认证状态;Profile 可能未探测或不存在 | 运行 |
| 登录窗口已打开,等待用户完成认证 | 在浏览器中完成登录 |
| 认证有效,Cookie 已就绪 | 无需操作 |
| 凭据无效或过期 | 运行 |
| 登录窗口在认证完成前关闭 | 重新运行 |
| 登录窗口 5 分钟内未完成认证 | 重新运行 |
| 仅在 macOS 支持 | 使用 macOS 设备 |
| Chrome 不可用或 playwright-core 缺失 | 确保 Google Chrome 已安装,重新安装本包 |
| 托管 Profile 被其他进程占用 | 等待完成后重试 |
| 认证命令执行失败 | 检查 Chrome 是否安装,重试 |
开发验证
npm ci
npm test
npm run build
npm pack --dry-run开发验证包含完整自动化测试套件和构建检查。交互式 macOS Chrome 登录为外部手工验证项,无法在 CI 中覆盖。
npm Trusted Publishing 前置条件
正式发布使用 release.yml 工作流通过 OIDC Trusted Publishing 发布到 npm,附带 provenance 证明。以下前置条件全部完成并验证通过之前,Trusted Publisher 引导发布和 v0.2.0 版本必须视为未完成。首次发布前需满足:
创建公开 GitHub 仓库,推送默认分支,确保
.github/workflows/release.yml已包含在仓库中。使用可控的临时凭据发布一个受审计的启动包(如
0.1.0),该启动包发布不创建 GitHub Release。在 npm 包设置中配置 Trusted Publisher:工作流文件名为
release.yml,环境为npm,允许npm publish。上述步骤完成后,创建
v0.2.0GitHub Release 以触发 OIDC 自动发布。
请勿在发布工作流中添加 npm token 或其他仓库密钥。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server implementation for interacting with self-hosted Confluence Data Center or Server instances via search, content retrieval, and optional write operations. It features space auto-discovery, audit logging, and granular access control for secure enterprise collaboration.Last updated
- AlicenseAqualityCmaintenanceMCP server for Confluence Cloud/Server/Data Center, enabling page search, CQL queries, page CRUD, attachment upload, and user identity lookup.Last updated235104MIT
- Alicense-qualityDmaintenanceMCP server for administering Atlassian Confluence Cloud wiki pages, supporting CRUD operations, page navigation, comments, attachments, and more.Last updated1GPL 3.0
- Flicense-qualityDmaintenanceMCP server for Confluence REST API enabling page retrieval, attachment downloads, space listing, comment access, and full-text search via tools.Last updated
Related MCP Connectors
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
MCP server for Appcircle mobile CI/CD platform.
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/blantian/fetch_wiki_page'
If you have feedback or need assistance with the MCP directory API, please join our Discord server