MCP Atlassian Server

Integrations

  • Integrates Atlassian products with the Model Context Protocol, enabling access to content across Atlassian's ecosystem.

  • Provides searching capabilities for Confluence content using CQL, with access to pages, attachments, comments, and space filtering.

  • Enables searching Jira issues via JQL, retrieving issue details including status, assignments, and timestamps.

MCP Atlassian Server

MCP server pro integraci Atlassian produktů (Confluence, Jira) s Model Context Protocol. Tento nástroj umožňuje snadný přístup k vašemu Confluence obsahu a Jira ticketům přímo přes MCP rozhraní.

Funkce

Confluence

  • Vyhledávání obsahu pomocí CQL (Confluence Query Language)
  • Přístup ke stránkám, přílohám a komentářům
  • Filtrování podle prostoru (space)

Jira

  • Vyhledávání issues pomocí JQL (Jira Query Language)
  • Získávání detailů o issues včetně statusu, přiřazení a časových značek

Instalace

git clone https://github.com/petrsovadina/mcp-atlassian.git cd mcp-atlassian npm install npm run build

Konfigurace

Nastavte následující proměnné prostředí:

Confluence

CONFLUENCE_URL=https://your-domain.atlassian.net/wiki CONFLUENCE_USERNAME=your-email@domain.com CONFLUENCE_API_TOKEN=your-api-token

Jira

JIRA_URL=https://your-domain.atlassian.net JIRA_USERNAME=your-email@domain.com JIRA_API_TOKEN=your-api-token

Použití v MCP

Přidejte následující konfiguraci do vašeho MCP settings souboru:

{ "mcpServers": { "atlassian": { "command": "node", "args": ["/path/to/mcp-atlassian/build/index.js"], "env": { "CONFLUENCE_URL": "your-confluence-url", "CONFLUENCE_USERNAME": "your-username", "CONFLUENCE_API_TOKEN": "your-api-token", "JIRA_URL": "your-jira-url", "JIRA_USERNAME": "your-username", "JIRA_API_TOKEN": "your-api-token" } } } }

Dostupné nástroje

Vyhledávání v Confluence obsahu pomocí CQL.

{ "query": "type=page AND space='Engineering'", // CQL dotaz "limit": 10 // volitelný limit výsledků (1-50) }

Vyhledávání Jira issues pomocí JQL.

{ "jql": "project = ENG AND status = Open", // JQL dotaz "fields": "summary,status,assignee", // volitelné pole "limit": 10 // volitelný limit výsledků (1-50) }

Resource Templates

Confluence Page

confluence://{space_key}/pages/{title}

Jira Issue

jira://{project_key}/issues/{issue_key}

Příklady použití

Vyhledávání v Confluence

const result = await mcp.use('confluence_search', { query: "type=page AND space='Engineering' ORDER BY created DESC", limit: 5 });

Vyhledávání v Jira

const result = await mcp.use('jira_search', { jql: "project = ENG AND status = 'In Progress'", fields: "summary,status,assignee,created", limit: 5 });

Přispívání

Pokud chcete přispět k vývoji, můžete:

  1. Forkovat repozitář
  2. Vytvořit feature branch
  3. Commitnout vaše změny
  4. Pushnout branch
  5. Vytvořit Pull Request

Licence

MIT

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrates Atlassian products (Confluence, Jira) with Model Context Protocol, enabling easy access to Confluence content and Jira tickets through the MCP interface.

  1. Funkce
    1. Confluence
    2. Jira
  2. Instalace
    1. Konfigurace
      1. Confluence
      2. Jira
    2. Použití v MCP
      1. Dostupné nástroje
        1. confluence_search
        2. jira_search
      2. Resource Templates
        1. Confluence Page
        2. Jira Issue
      3. Příklady použití
        1. Vyhledávání v Confluence
        2. Vyhledávání v Jira
      4. Přispívání
        1. Licence

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.
            Last updated -
            27
            1,323
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
            Last updated -
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.
            Last updated -
            1
            TypeScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            Model Context Protocol server for integrating with Atlassian products (Confluence and Jira) that supports both Atlassian Cloud and Server/Data Center deployments.
            Last updated -
            1
            Python
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          ID: d0iqektglv