Confluence MCP Server
Provides integration with Atlassian Confluence Cloud to manage documentation and content within an Atlassian instance.
Enables programmatic management of Confluence pages, allowing for creating, updating, retrieving, searching, listing, and deleting pages within spaces.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Confluence MCP Servercreate a new page titled 'Sprint Roadmap' in the DEV space"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Confluence MCP Server
A Model Context Protocol (MCP) server for integrating AI assistants with Atlassian Confluence Cloud.
Features
Create pages - Create new pages with Markdown content
Update pages - Modify existing pages
Read pages - Retrieve page content by ID
Search pages - Find pages by title
List pages - List all pages in a space
Delete pages - Remove pages from Confluence
Related MCP server: Confluence MCP Server
Installation
Option 1: From Source
git clone https://github.com/anu-june/confluence-mcp-server.git
cd confluence-mcp-server
npm installOption 2: Global Install (after publishing to npm)
npm install -g @anu-june/confluence-mcp-serverConfiguration
Environment Variables
Variable | Description | Required |
| Your Confluence instance URL (e.g., | ✅ |
| Your Atlassian account email | ✅ |
| Your Confluence API token (Generate here) | ✅ |
| Default space key (optional, can be passed per-tool) | ❌ |
IDE Configuration
Add to your MCP settings (VS Code, Cursor, Antigravity, etc.):
{
"mcpServers": {
"confluence": {
"command": "node",
"args": ["/path/to/confluence-mcp-server/src/index.js"],
"env": {
"CONFLUENCE_URL": "https://yourname.atlassian.net",
"CONFLUENCE_EMAIL": "your@email.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
}Available Tools
Tool | Description | Parameters |
| Create a new page |
|
| Update an existing page |
|
| Get page content by ID |
|
| Search pages by title |
|
| List all pages in space |
|
| Delete a page |
|
Usage Examples
Once configured, you can ask your AI assistant:
"Create a new page called 'Sprint Review' in the TEAM space"
"List all pages in my DOCS space"
"Update page 12345 with this new content..."
"Search for pages containing 'architecture' in the DEV space"
Development
# Run locally
npm start
# Run with environment variables
CONFLUENCE_URL=https://yourname.atlassian.net \
CONFLUENCE_EMAIL=you@email.com \
CONFLUENCE_API_TOKEN=token \
npm startLicense
MIT License - feel free to use and modify.
Related Projects
mcp-atlassian - More comprehensive Atlassian integration (Confluence + Jira)
Atlassian Remote MCP Server - Official Atlassian cloud-based MCP server
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceEnables AI assistants to interact with Confluence Cloud for managing spaces, pages, and content via the Model Context Protocol (MCP).Last updated1115
- Flicense-qualityDmaintenanceEnables AI models to interact with Confluence knowledge bases by searching, reading, and creating pages through the Confluence REST API. It provides a suite of tools for space management, document retrieval, and content creation, including a mock mode for local testing.Last updated
- Flicense-qualityDmaintenanceProvides tools for AI agents to interact with Atlassian Confluence, enabling search, space listing, and CRUD operations on pages via natural language.Last updated6
- Alicense-qualityDmaintenanceEnables AI assistants to read Confluence Cloud pages as markdown, browse page trees, download image attachments, and diff content against local documentation.Last updatedMIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anu-june/confluence-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server