Confluence

by mouhamadalmounayar

Recommended
9 stars
17 downloads
Not rated
GitHub

About

The 'Mcp-Confluence' project provides a confluence context server that integrates with Zed, offering a streamlined way to use Confluence's features through slash commands. This server allows users to fetch Confluence pages and blog posts by their IDs, making it easier to access…

Details

Author
mouhamadalmounayar
Repository
mouhamadalmounayar/mcp-confluence
GitHub stars
9
Downloads
17
License
MIT License
Categories
Workplace, Developer Tools

Setting up with Highlight

Follow these steps to add this server as a custom Highlight plugin:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Confluence
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 node_modules/mcp-confluence/dist/index.js
    Environment
    • EMAIL
    • API_TOKEN
    • DOMAIN_NAME

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

confluence-page

Get a confluence page by its id. Parameters: pageId (string) - The id of the confluence page.

blog-post

Get a blog post by its id. Parameters: blogId (string) - The id of the blog post.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "confluence": {
            "env": {
                "EMAIL": "",
                "API_TOKEN": "",
                "DOMAIN_NAME": ""
            },
            "args": [
                "node_modules/mcp-confluence/dist/index.js"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": {
        "EMAIL": "",
        "API_TOKEN": "",
        "DOMAIN_NAME": ""
    },
    "args": [
        "node_modules/mcp-confluence/dist/index.js"
    ],
    "command": "node"
}

Macos

{
    "env": {
        "EMAIL": "",
        "API_TOKEN": "",
        "DOMAIN_NAME": ""
    },
    "args": [
        "node_modules/mcp-confluence/dist/index.js"
    ],
    "command": "node"
}

Windows

{
    "env": {
        "EMAIL": "",
        "API_TOKEN": "",
        "DOMAIN_NAME": ""
    },
    "args": [
        "node_modules/mcp-confluence/dist/index.js"
    ],
    "command": "node"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.