MCPServers
Confluence - MCP server logo

Confluence

2
0

Summary

Confluence-MCP is a server implementation that provides AI assistants with direct access to Atlassian Confluence wikis. Built with TypeScript and Bun, it offers tools for retrieving, searching, creating, and updating Confluence pages through a clean interface. The server handles authentication via API tokens, transforms Confluence's storage format content into both plain text and markdown, and optimizes content for AI context windows. It includes robust error handling and content cleaning utilities, making it particularly valuable for teams who want to query and manage their knowledge base directly through AI assistants without switching contexts.

Available Actions(9)

get_page

Retrieve a Confluence page by ID. Parameters: pageId (string), format (string, can be 'text' or 'markdown'), includeMarkup (boolean)

search_pages

Search for Confluence pages using CQL. Parameters: query (string), limit (integer), format (string, can be 'text' or 'markdown'), includeMarkup (boolean)

get_spaces

List all available Confluence spaces. Parameters: limit (integer)

create_page

Create a new Confluence page. Parameters: spaceKey (string), title (string), content (string, in XHTML format), parentId (optional string)

update_page

Update an existing Confluence page. Parameters: pageId (string), title (string), content (string, in XHTML format), version (integer)

get_comments

Retrieve comments for a specific Confluence page. Parameters: pageId (string), limit (integer), format (string, can be 'text' or 'markdown')

add_comment

Add a comment to a Confluence page. Parameters: pageId (string), content (string, in XHTML format), parentId (optional string)

get_attachments

Retrieve attachments for a specific Confluence page. Parameters: pageId (string), limit (integer)

add_attachment

Add an attachment to a Confluence page. Parameters: pageId (string), filename (string), fileContentBase64 (string), comment (string)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签