mcp-atlassian
MCP Atlassian
Model Context Protocol (MCP)-Server für Atlassian-Produkte (Confluence und Jira). Unterstützt sowohl Cloud- als auch Server/Data-Center-Bereitstellungen.
Progressives Fork-Profil
Dieser Fork behält die direkte Atlassian-MCP-Oberfläche des Upstreams bei und fügt ein lokales progressives Profil hinzu, das über MCP_PROFILE=progressive gesteuert wird. Im progressiven Modus stellt der Server nur Discovery-/Schema-/Ausführungs-Wrapper wie jira_discover, jira_capability_schema, jira_execute_read und jira_execute_write_guarded bereit, anstatt der vollständigen direkten Tool-Oberfläche.
Das Upstream-sooperset/mcp-atlassian enthält diese progressive Schicht derzeit nicht, daher müssen Upstream-Updates selektiv abgeglichen werden. Führen Sie keine blinden Upstream-Merges durch, da sonst das progressive Paket/die Tests entfernt werden können. Siehe FORK_WORKFLOW.md.
https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e
https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785
Related MCP server: MCP Atlassian
Schnellstart
1. API-Token abrufen
Gehen Sie zu https://id.atlassian.com/manage-profile/security/api-tokens und erstellen Sie ein Token.
Verwenden Sie für Server/Data Center stattdessen ein persönliches Zugriffstoken. Siehe Authentifizierung.
2. Konfigurieren Sie Ihre IDE
Fügen Sie Folgendes zu Ihrer Claude-Desktop- oder Cursor-MCP-Konfiguration 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"
}
}
}
}Server/Data-Center-Benutzer: Verwenden Sie
JIRA_PERSONAL_TOKENanstelle vonJIRA_USERNAME+JIRA_API_TOKEN. Details 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-atlassianFügen Sie nach add --scope project hinzu, um die Konfiguration im aktuellen Projekt zu behalten. Aktuelle Installations- und CLI-Details finden Sie unter Autohand Code.
3. Loslegen
Bitten Sie Ihren KI-Assistenten:
"Finde Issues, die mir im PROJ-Projekt zugewiesen sind"
"Suche in Confluence nach Onboarding-Dokumenten"
"Erstelle ein Bug-Ticket für das Login-Problem"
"Aktualisiere den Status von PROJ-123 auf Done"
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 leicht verarbeiten können:
llms.txt— Dokumentations-Sitemapllms-full.txt— vollständige Dokumentation
Thema | Beschreibung |
uvx, Docker, pip, aus dem Quellcode | |
API-Tokens, PAT, OAuth 2.0 | |
IDE-Einrichtung, Umgebungsvariablen | |
SSE, streamable-http, Mehrbenutzer | |
Alle Jira- und Confluence-Tools | |
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 |
|
|
|
|
|
|
|
|
|
|
Insgesamt 98 Tools — Siehe Tools-Referenz für die vollständige Liste.
Sicherheit
Geben Sie API-Tokens niemals weiter. Halten Sie .env-Dateien sicher. Siehe SECURITY.md.
Mitwirken
Siehe CONTRIBUTING.md für die Entwicklungseinrichtung.
Lizenz
MIT - Siehe LICENSE. Kein offizielles Atlassian-Produkt.
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact with Atlassian Jira and Confluence across Cloud and Server/Data Center environments. It supports tasks like searching and summarizing documentation, managing Jira issues, and creating content through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that integrates with Jira and Confluence to enable AI-powered issue management, content search, and document creation. It supports both Cloud and on-premise deployments, allowing users to automate workspace tasks through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for Atlassian Jira that enables AI assistants to manage issues, sprints, comments, and worklogs through natural language.MIT
- AlicenseBqualityAmaintenanceAn MCP server for integrating with Atlassian products including Confluence, Jira, Bitbucket, and Xray for Jira, enabling AI-powered operations like searching, creating, and updating issues, pages, and test results.7127MIT
Related MCP Connectors
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/matutezam/atlassian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server