Skip to main content
Glama

MCP Atlassian

PyPI Version PyPI - Downloads PePy - Total Downloads Run Tests License Docs

Server für das Model Context Protocol (MCP) für Atlassian-Produkte (Confluence und Jira). Unterstützt Bereitstellungen sowohl in der Cloud als auch in Server/Data Center.

https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e

https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785

Schnellstart

1. Holen Sie sich Ihren API-Token

Gehen Sie zu https://id.atlassian.com/manage-profile/security/api-tokens und erstellen Sie einen Token.

Für Server/Data Center verwenden Sie stattdessen ein Personal Access Token. Siehe Authentifizierung.

2. Konfigurieren Sie Ihre IDE

Fügen Sie dies zur MCP-Konfiguration von Claude Desktop oder Cursor hinzu:

{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "your.email@company.com",
        "JIRA_API_TOKEN": "your_api_token",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "your.email@company.com",
        "CONFLUENCE_API_TOKEN": "your_api_token"
      }
    }
  }
}

Benutzer von Server/Data Center: Verwenden Sie JIRA_PERSONAL_TOKEN anstelle von JIRA_USERNAME + JIRA_API_TOKEN. Einzelheiten finden Sie unter Authentifizierung.

Autohand Code

Verwenden Sie denselben uvx-Server mit Ihren Atlassian-Anmeldeinformationen:

autohand mcp add mcp-atlassian env \
  JIRA_URL=https://your-company.atlassian.net \
  JIRA_USERNAME=your.email@company.com \
  JIRA_API_TOKEN=your_api_token \
  CONFLUENCE_URL=https://your-company.atlassian.net/wiki \
  CONFLUENCE_USERNAME=your.email@company.com \
  CONFLUENCE_API_TOKEN=your_api_token \
  uvx mcp-atlassian

Fügen Sie --scope project nach add hinzu, um die Konfiguration im aktuellen Projekt zu behalten. Siehe Autohand Code für aktuelle Installations- und CLI-Details.

3. Nutzung starten

Bitten Sie Ihren KI-Assistenten, Folgendes zu tun:

  • „Finde mir zugewiesene Issues im Projekt PROJ"

  • „Durchsuche Confluence nach Onboarding-Dokumenten"

  • „Erstelle ein Bug-Ticket für das Login-Problem"

  • „Aktualisiere den Status von PROJ-123 auf Done"

Related MCP server: MCP Atlassian Server

Dokumentation

Die vollständige Dokumentation ist unter mcp-atlassian.soomiles.com verfügbar.

Die Dokumentation ist auch im llms.txt-Format verfügbar, das LLMs problemlos verarbeiten können:

Thema

Beschreibung

Installation

uvx, Docker, pip, aus dem Quellcode

Authentifizierung

API-Tokens, PAT, OAuth 2.0

Konfiguration

IDE-Einrichtung, Umgebungsvariablen

HTTP-Transport

SSE, streamable-http, Mehrbenutzer

Tool-Referenz

Alle Jira- und Confluence-Tools

Fehlerbehebung

Häufige Probleme & Debugging

Kompatibilität

Produkt

Bereitstellung

Unterstützung

Confluence

Cloud

Vollständig unterstützt

Confluence

Server/Data Center

Unterstützt (v6.0+)

Jira

Cloud

Vollständig unterstützt

Jira

Server/Data Center

Unterstützt (v8.14+)

Wichtige Tools

Jira

Confluence

jira_search - Suche mit JQL

confluence_search - Suche mit CQL

jira_get_issue - Issue-Details abrufen

confluence_get_page - Seiteninhalt abrufen

jira_create_issue - Issues erstellen

confluence_create_page - Seiten erstellen

jira_update_issue - Issues aktualisieren

confluence_update_page - Seiten aktualisieren

jira_transition_issue - Status ändern

confluence_add_comment - Kommentare hinzufügen

Insgesamt 98 Tools — Siehe Tool-Referenz für die vollständige Liste.

Sicherheit

Geben Sie API-Tokens niemals weiter. Bewahren Sie .env-Dateien sicher auf. Siehe SECURITY.md.

Mitwirken

Siehe CONTRIBUTING.md für das Entwicklungssetup.

Lizenz

MIT - Siehe LICENSE. Kein offizielles Atlassian-Produkt.

A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pages with flexible authentication options.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/Nikel-san/AtlMCPforDC'

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