MCP Servers / productivity / Confluence

Confluence

JSON →
stdionone3productivity

Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli@latest", "imports": [] } ]
server path: confluence-2
Tools
What this server exposes
getSpace
获取空间信息
getPageByPrettyUrl
根据标题精确获取页面
managePages
统一页面管理工具,支持创建、更新、删除、获取页面基本信息和详细内容
manageComments
统一评论管理工具,支持创建、更新、删除、回复普通评论和行内评论
getPageComments
获取页面所有评论(支持分页)
getComment
获取单个评论详情
searchContent
全文搜索内容(支持CQL语法)
searchComments
搜索评论内容(支持空间限定)
Configuration
Environment & auth
authnone
envCONFLUENCE_URL
envCONFLUENCE_ACCESS_TOKEN
envPRIVATE_DOCUMENTATION_URL
Resources
Confluence — MCP Server · libregistry