Confluence MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATLASSIAN_SITE | Yes | Your Atlassian Confluence site domain (e.g., your-domain.atlassian.net) | |
| ATLASSIAN_EMAIL | Yes | Your Atlassian account email | |
| ATLASSIAN_API_TOKEN | Yes | Your Atlassian API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| confluence_searchA | Search Confluence content using CQL (Confluence Query Language). Example queries: "type=page AND title~"API"", "type=page ORDER BY lastmodified DESC" |
| confluence_list_spacesA | List all Confluence spaces accessible to the user |
| confluence_get_pageA | Get a Confluence page by ID including its content, version, and metadata |
| confluence_get_page_by_titleB | Find a Confluence page by its title and space key |
| confluence_get_spaceB | Get information about a specific Confluence space |
| confluence_create_pageB | Create a new Confluence page in a specific space |
| confluence_update_pageC | Update an existing Confluence page |
| confluence_add_labelsB | Add labels (tags) to a Confluence page |
| confluence_get_attachmentsB | Get list of attachments for a Confluence page |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/gkrauchunas-arlo/confluence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server