Confluence
Integrates with
Confluence
Confluence MCP
A tool for interacting with Confluence API through MCP.
Features
- Search Confluence pages and spaces
- Get page details and content
- Create new pages and spaces
- Update existing pages
- Manage page permissions and metadata
Installation
There are several ways to install the Script Tool:
Option 1: Download from GitHub Releases
- Visit the GitHub Releases page
- Download the binary for your platform:
confluence-mcp_linux_amd64
for Linuxconfluence-mcp_darwin_amd64
for macOSconfluence-mcp_windows_amd64.exe
for Windows
- Make the binary executable (Linux/macOS):
chmod +x confluence-mcp_*
- Move it to your PATH (Linux/macOS):
sudo mv confluence-mcp_* /usr/local/bin/confluence-mcp
Option 2: Go install
go install github.com/nguyenvanduocit/confluence-mcp@latest
Config
Environment
- Set up environment variables in
.env
file:
ATLASSIAN_HOST=your_atlassian_host
ATLASSIAN_EMAIL=your_email
ATLASSIAN_TOKEN=your_token
Claude, cursor
{
"mcpServers": {
"script": {
"command": "/path-to/script-mcp",
"args": ["-env", "path-to-env-file"]
}
}
}
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.