Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Confluence to manage documents, create and edit pages, organize spaces, and collaborate on content through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Confluence
3
Authenticate
🎉 Your Confluence MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
confluence_create_page | Create a new page in Confluence |
confluence_get_page | Retrieve a SINGLE page’s content by its ID or title. For retrieving MULTIPLE pages, use confluence_get_pages_by_id instead |
confluence_get_pages_by_id | Get the content of MULTIPLE pages by their ID in a single efficient request |
confluence_list_pages | Get the content of multiple pages with optional filtering and sorting |
confluence_update_page_content | Update a page’s content |
confluence_rename_page | Rename a page by changing its title |
confluence_create_space | Create a new space in Confluence |
confluence_list_spaces | List all spaces sorted by name in ascending order |
confluence_get_space | Get the details of a space by its ID or key |
confluence_get_space_hierarchy | Retrieve the full hierarchical structure of a Confluence space as a tree structure |
confluence_search_content | Search for content in Confluence. The search is performed across all content in the authenticated user’s Confluence workspace. All search terms in Confluence are case insensitive. |
confluence_list_attachments | List attachments in a workspace |
confluence_get_attachments_for_page | Get attachments for a page by its ID or title. If a page title is provided, then the first page with an exact matching title will be returned. |
confluence_get_attachment | Get a specific attachment by its ID |
For more details about tool input schema, use the get_tools API.