Skip to main content
Glama

MCP Atlassian

PyPI 버전 PyPI - 다운로드 PePy - 총 다운로드 테스트 실행 라이선스 문서

Atlassian 제품(Confluence 및 Jira)을 위한 Model Context Protocol (MCP) 서버입니다. Cloud 및 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

빠른 시작

1. API 토큰 받기

다음 사이트로 이동하여 토큰을 생성하세요: https://id.atlassian.com/manage-profile/security/api-tokens

Server/Data Center의 경우 Personal Access Token을 대신 사용하세요. 자세한 내용은 인증을 참조하세요.

2. IDE 구성하기

Claude Desktop 또는 Cursor MCP 구성에 추가하세요:

{
  "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 사용자: JIRA_USERNAME + JIRA_API_TOKEN 대신 JIRA_PERSONAL_TOKEN을 사용하세요. 자세한 내용은 인증을 참조하세요.

Autohand Code

동일한 uvx 서버를 Atlassian 자격 증명과 함께 사용하세요:

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

add 뒤에 --scope project를 추가하면 구성이 현재 프로젝트에 유지됩니다. 최신 설치 및 CLI 정보는 Autohand Code를 참조하세요.

3. 사용 시작하기

AI 어시스턴트에게 이렇게 요청해 보세요:

  • "PROJ 프로젝트에서 나에게 할당된 이슈 찾기"

  • "Confluence에서 온보딩 문서 검색"

  • "로그인 문제에 대한 버그 티켓 생성"

  • "PROJ-123의 상태를 Done으로 업데이트"

Related MCP server: MCP Atlassian Server

문서

전체 문서는 **mcp-atlassian.soomiles.com**에서 확인할 수 있습니다.

문서는 LLM이 쉽게 활용할 수 있는 llms.txt 형식으로도 제공됩니다:

주제

설명

설치

uvx, Docker, pip, 소스에서 설치

인증

API 토큰, PAT, OAuth 2.0

구성

IDE 설정, 환경 변수

HTTP 전송

SSE, streamable-http, 다중 사용자

도구 참조

모든 Jira 및 Confluence 도구

문제 해결

일반적인 문제 및 디버깅

호환성

제품

배포

지원

Confluence

Cloud

완전 지원

Confluence

Server/Data Center

지원됨 (v6.0+)

Jira

Cloud

완전 지원

Jira

Server/Data Center

지원됨 (v8.14+)

주요 도구

Jira

Confluence

jira_search - JQL로 검색

confluence_search - CQL로 검색

jira_get_issue - 이슈 세부 정보 가져오기

confluence_get_page - 페이지 콘텐츠 가져오기

jira_create_issue - 이슈 생성

confluence_create_page - 페이지 생성

jira_update_issue - 이슈 업데이트

confluence_update_page - 페이지 업데이트

jira_transition_issue - 상태 변경

confluence_add_comment - 댓글 추가

총 98개 도구 — 전체 목록은 도구 참조를 참조하세요.

보안

API 토큰을 절대 공유하지 마세요. .env 파일을 안전하게 보관하세요. SECURITY.md를 참조하세요.

기여

개발 환경 설정은 CONTRIBUTING.md를 참조하세요.

라이선스

MIT - LICENSE를 참조하세요. 공식 Atlassian 제품이 아닙니다.

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