Skip to main content
Glama

MCP Atlassian Server

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

Installing via Smithery

To install Atlassian Integration Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @petrsovadina/mcp-atlassian --client claude

Manual Installation

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

Install Server
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. Installing via Smithery
    2. Manual Installation
  3. Konfigurace
    1. Confluence
    2. Jira
  4. 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
          2,540
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.
          Last updated -
          3
          TypeScript
        • -
          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
        • -
          security
          F
          license
          -
          quality
          Provides integration with Atlassian products through the Model Context Protocol, allowing users to interact with JIRA tickets and Confluence pages.
          Last updated -
          JavaScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/petrsovadina/mcp-atlassian'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server