MCP Atlassian Server logo

MCP Atlassian Server

by petrsovadina

MCP Atlassian Server integrates Atlassian products (Confluence, Jira) with the Model Context Protocol. It enables easy access to your Confluence content and Jira tickets directly through the MCP interface.

View on GitHub

Last updated: N/A

What is MCP Atlassian Server?

MCP Atlassian Server is a tool that allows you to integrate Atlassian products like Confluence and Jira with the Model Context Protocol (MCP). This integration provides a simplified way to access and interact with Confluence content and Jira issues through the MCP interface.

How to use MCP Atlassian Server?

To use the MCP Atlassian Server, you need to clone the repository, install the dependencies using npm install, and build the project with npm run build. Then, configure the environment variables for Confluence and Jira, including the URL, username, and API token. Finally, add the server configuration to your MCP settings file, specifying the command to run the server and the necessary environment variables.

Key features of MCP Atlassian Server

  • Confluence content search using CQL

  • Access to Confluence pages, attachments, and comments

  • Jira issue search using JQL

  • Retrieval of Jira issue details including status, assignee, and timestamps

  • Resource Templates for Confluence Pages and Jira Issues

Use cases of MCP Atlassian Server

  • Searching for specific Confluence pages based on CQL queries.

  • Retrieving details of Jira issues matching certain criteria.

  • Integrating Atlassian data into MCP workflows.

  • Creating resource templates for Confluence and Jira items.

FAQ from MCP Atlassian Server

What is CQL?

CQL stands for Confluence Query Language, a query language used to search for content within Confluence.

What is JQL?

JQL stands for Jira Query Language, a query language used to search for issues within Jira.

How do I get an API token for Confluence/Jira?

You can generate an API token from your Atlassian account settings. Refer to the Atlassian documentation for detailed instructions.

What are the available fields for Jira search?

You can specify the fields you want to retrieve in the fields parameter of the jira_search tool. Common fields include summary, status, assignee, and created.

What is the limit for search results?

The optional limit for search results is between 1 and 50.