MCP Atlassian

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesThe URL for your Jira instance
JIRA_USERNAMEYesYour Jira account email
CONFLUENCE_URLYesThe URL for your Confluence instance
JIRA_API_TOKENYesYour Jira API token
CONFLUENCE_USERNAMEYesYour Confluence account email
CONFLUENCE_API_TOKENYesYour Confluence API token

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
confluence_searchSearch Confluence content using CQL
confluence_get_pageGet content of a specific Confluence page by ID
confluence_get_commentsGet comments for a specific Confluence page
jira_get_issueGet details of a specific Jira issue
jira_searchSearch Jira issues using JQL
jira_get_project_issuesGet all issues for a specific Jira project