Atlassian Confluence MCP Server
Related Servers
Alternatives to Atlassian Confluence MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to read Confluence page content by URL, supporting self-hosted Confluence with basic auth.-
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that connects AI agents to Confluence Cloud. Agents can search, read, create, and update Confluence content — pages, comments, links, images, and labels.MIT
- AlicenseAqualityCmaintenanceMCP server for Confluence Server/Data Center (self-hosted) that gives LLM agents access to search, read, create/edit pages, comments, labels, and attachments via the Confluence REST API.1525 npmISC
- FlicenseNot gradedqualityDmaintenanceAn MCP server for integrating Confluence with AI applications, enabling listing spaces, browsing and searching pages, and retrieving Confluence instance info.-
- AlicenseAqualityCmaintenanceMCP server for integrating Confluence with AI agents, enabling search, read, and retrieval of documentation, plus syncing and pushing markdown files.7275 npmMIT
- AlicenseBqualityBmaintenanceAn open-source Model Context Protocol (MCP) server for Atlassian Jira and Confluence Cloud, enabling LLMs to search, read, write, and manage issues and pages.222MIT
TDQS
Scored across 28 tools
Most tools target distinct resources, but there is clear overlap between confluence_get_space and confluence_get_space_by_key, which have identical descriptions. confluence_search and confluence_search_pages also blur together since both search for pages by different mechanisms.
Tool names consistently follow a confluence_verb_noun pattern and use snake_case throughout. Minor deviations like confluence_get_recently_modified lacking a noun and confluence_test_connection not using get are not seriously confusing.
28 tools is above the 25+ threshold and feels heavy for a set that is almost entirely read-only. Many niche endpoints like watchers, tasks, personal space key, and individual versions could be consolidated.
The tool surface is severely incomplete for a Confluence integration because it contains no create, update, delete, or write operations at all. Agents can read and search content but cannot perform any meaningful action on the Confluence instance.