Confluence
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
Jump to
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ConfluenceCommand (node, npx, python, etc.)nodeArguments-
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.
-
Argument 1
- 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"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





