confluence-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesYour JIRA URL (e.g., https://XXXXXXXX.atlassian.net)
CONFLUENCE_URLYesYour Confluence URL (e.g., https://XXXXXXXX.atlassian.net)
CONFLUENCE_API_KEYYesYour Confluence API key can be acquired from https://id.atlassian.com/manage-profile/security/api-tokens
CONFLUENCE_API_MAILYesYour email address for the Confluence API.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_cql_search

Execute a CQL query on Confluence to search pages

get_page_content

Get the content of a Confluence page

create_page

Create a new Confluence page

update_page

Update an existing Confluence page

execute_jql_search

Execute a JQL query on Jira to search issues

create_jira_issue

Create a new Jira issue

update_jira_issue

Update an existing Jira issue

transition_jira_issue

Change the status of a Jira issue

get_board_sprints

Get all sprints from a Jira board

get_sprint_issues

Get all issues from a sprint

get_current_sprint

Get current active sprint from a board with its issues

get_epic_issues

Get all issues belonging to an epic

get_user_issues

Get all issues assigned to or reported by a specific user in a board