@solumon/confluence-mcp
Allows reading Confluence Server/DC documents, searching with CQL, retrieving page content (HTML or Wiki format), metadata, listing spaces, page tree, and downloading images and attachments.
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., "@@solumon/confluence-mcpsearch for 'project roadmap' in space PROJ"
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.
@solumon/confluence-mcp
用于读取 Confluence Server/DC 文档的 MCP 服务,支持图片。
功能特性
使用 CQL 搜索 Confluence 页面
获取页面内容(HTML 或 Wiki 格式)
获取页面元数据
列出空间
获取页面树结构
下载页面图片和附件
Related MCP server: inhouse_confluence_mcp
安装
本服务通过 npx 直接运行,无需单独安装。只需在下方配置中引用 @solumon/confluence-mcp,Cursor / Claude Code 启动时会自动拉取。
如需在命令行手动使用,也可全局安装:
npm install -g @solumon/confluence-mcp配置
环境变量
CONFLUENCE_URL=http://your-confluence-server.com
CONFLUENCE_USERNAME=your_username
CONFLUENCE_PASSWORD=your_passwordCursor 配置
添加到 ~/.cursor/mcp.json:
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": ["-y", "@solumon/confluence-mcp"],
"env": {
"CONFLUENCE_URL": "http://your-confluence-server.com",
"CONFLUENCE_USERNAME": "your_username",
"CONFLUENCE_PASSWORD": "your_password"
}
}
}
}Claude Code 配置
添加到 ~/.claude.json:
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": ["-y", "@solumon/confluence-mcp"],
"env": {
"CONFLUENCE_URL": "http://your-confluence-server.com",
"CONFLUENCE_USERNAME": "your_username",
"CONFLUENCE_PASSWORD": "your_password"
}
}
}
}可用工具
工具 | 说明 |
| 使用 CQL 搜索页面 |
| 获取页面内容(HTML/Wiki) |
| 获取页面元数据 |
| 列出可用空间 |
| 获取页面树结构 |
| 列出页面附件 |
| 列出页面中引用的图片 |
| 下载页面图片(Base64) |
| 下载单个附件 |
使用示例
搜索页面
使用 confluence_search 在空间 "PROJ" 中搜索 "需求"获取页面内容
使用 confluence_get_page 获取页面 123456 的内容获取页面图片
使用 confluence_get_page_images 获取页面 123456 的所有图片下载附件
使用 confluence_get_attachment 从页面 123456 下载 "screenshot.png"许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/solumon/confluence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server