Integrations

  • Provides integration with Atlassian services through Confluence, requiring Atlassian domain authentication

  • Allows retrieving content from Confluence, including pages and blog posts by their IDs

Mcp-Confluence

Important

This repository is still in early development stages, more prompts, resources and tools will be added in the future.

This repository contains the source code for a confluence context server. For now, the server only contains prompts aimed to be used as slash commands by Zed.

Installation

npm install -g mcp-confluence

Usage

The following environment variables must be set:

  • API_KEY: The API key to authenticate your confluence account.
  • DOMAIN_NAME: The domain name of your confluence account. example.atlassian.net
  • EMAIL: The email of your confluence account.
"confluence-context-server": { "command": "node", "args": [ "node_modules/mcp-confluence/dist/index.js" ], "env": { "API_TOKEN": "", "DOMAIN_NAME": "", "EMAIL": "" } }

Zed

Install the confluence-context-server extension. Then, add these settings to your zed settings.

"context_servers": { "confluence-context-server": { "settings": { "api_token": , "domain_name": , "email": } } }

MCP Inspector

You can also use the MCP Inspector to interact with the server.

npm install @modelcontextprotocol/sdk npx -y @modelcontextprotocol/inspector npx mcp-confluence

Prompts

Confluence Page

  • name: confluence-page
  • description: Get a confluence page by its id
  • arguments:
    • pageId: The id of the confluence page

Blog Post

  • name: blog-post
  • description: Get a blog post by its id
  • arguments:
    • blogId: The id of the blog post

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A model context server that provides prompts that can be used as slash commands for clients like Zed Editor, in order to add page contents as context to the AI assistant.

  1. Installation
    1. Usage
      1. Zed
      2. MCP Inspector
    2. Prompts
      1. Confluence Page
      2. Blog Post

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.
      Last updated -
      40
      203
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
      Last updated -
      1
      3
      18
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
      Last updated -
      1
      6
      9
      TypeScript
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
      Last updated -
      25
      1
      Python
      MIT License

    View all related MCP servers

    ID: qkapsouyfx