MCP Atlassian Server

by petrsovadina

Not rated
GitHub

About

Integrate Atlassian products like Confluence and Jira with the Model Context Protocol.

Details

Author
petrsovadina
Categories
Productivity, Other, Project Management, Knowledge Base, Communication

Setup

Install MCP Atlassian Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/petrsovadina/mcp-atlassian

Follow the installation instructions in the repository README, then restart your MCP client.

Integrate Atlassian products like Confluence and Jira with the Model Context Protocol.

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í.

- 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)

- 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

To install Atlassian Integration Server for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @petrsovadina/mcp-atlassian --client claude
git clone https://github.com/petrsovadina/mcp-atlassian.git cd mcp-atlassian npm install npm run build

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

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

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" } } } }

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

{ "query": "type=page AND space='Engineering'", // CQL dotaz "limit": 10 // volitelný limit výsledků (1-50) }
{ "jql": "project = ENG AND status = Open", // JQL dotaz "fields": "summary,status,assignee", // volitelné pole "limit": 10 // volitelný limit výsledků (1-50) }
const result = await mcp.use('confluence_search', { query: "type=page AND space='Engineering' ORDER BY created DESC", limit: 5 });
const result = await mcp.use('jira_search', { jql: "project = ENG AND status = 'In Progress'", fields: "summary,status,assignee,created", limit: 5 });

- Forkovat repozitář
- Vytvořit feature branch
- Commitnout vaše změny
- Pushnout branch
- Vytvořit Pull Request

Integrate with Atlassian Cloud to access Jira tickets, issues, projects, and Confluence pages.

Interact with Atlassian tools like Confluence and Jira.

An MCP client for integrating with Atlassian tools like Jira and Confluence using OAuth authentication.

MCP servers for interacting with Jira and Confluence APIs.

Single-binary MCP server and CLI for Jira and Confluence. CI/CD-friendly, context-efficient, supports both Cloud and Server/DC.

Atlassian Rovo MCP Server (Streamin HTTP)

Official Atlassian MCP server for connecting AI agents to Jira, Confluence, Opsgenie, and other Atlassian products.

Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.

An open-source Model Context Protocol (MCP) server for Atlassian Confluence that lets AI assistants like Claude and Windsurf read, create, search, and manage Confluence wiki pages. Works with Confluence Cloud, on-premise Server, and Data Center deployments — connect your AI coding agent to your team's knowledge base in seconds via npx.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.