MCP Servers / communication / Confluence

Confluence

JSON →
stdionone13communication

Interact with Confluence to execute CQL queries, retrieve page content, and update pages.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: confluence-4
Tools
What this server exposes
execute_cql_search
Run a CQL query to search for Confluence pages. Parameters: cql, limit (default: 10).
get_page_content
Fetch the content of a Confluence page. Parameters: pageId.
update_page_content
Update the content of a Confluence page. Parameters: pageId, content, title (optional, if you want to change it).
Configuration
Environment & auth
authnone
envCONFLUENCE_URL
envCONFLUENCE_API_KEY
Resources
Confluence — MCP Server · libregistry