mcp-server-atlassian-confluence
Verified Safeby aashari
Overview
Connect AI assistants (like Claude, Cursor AI) to Atlassian Confluence knowledge bases to get instant answers, search documentation, and manage content using natural language.
Installation
npx -y @aashari/mcp-server-atlassian-confluenceEnvironment Variables
- ATLASSIAN_SITE_NAME
- ATLASSIAN_USER_EMAIL
- ATLASSIAN_API_TOKEN
- DEBUG
- TRANSPORT_MODE
- PORT
Security Notes
The server follows good security practices by requiring credentials via environment variables or a secure local config file (~/.mcp/configs.json) and does not hardcode secrets. It uses JMESPath (jmespath.search) for filtering, which is generally safe for data querying. Raw API responses are temporarily saved to `/tmp/mcp/` with unique filenames, which could expose sensitive data if the local file system is not secured, but this is a standard debugging/logging practice and not a direct vulnerability within the application logic.
Similar Servers
github-mcp-server
Connects AI tools (agents, assistants, chatbots) directly to GitHub's platform, enabling natural language interactions for repository management, issue/PR automation, code analysis, and workflow automation.
mcp-atlassian
Provides an MCP server for integrating with Atlassian Jira and Confluence, enabling an agent to interact with these services for tasks like searching, creating, updating, and managing content and issues.
docs-mcp-server
The Documentation MCP Server indexes documentation from various sources (web, local files, registries) and makes it semantically searchable via vector embeddings, primarily for AI coding assistants.
mcp-server-atlassian-bitbucket
Connects AI assistants to Bitbucket repositories, pull requests, and code for insights, automated code reviews, and streamlined development workflows.