mcp-atlassian
MCP Atlassian
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로 이동하여 API 토큰을 생성하세요.
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
Atlassian 자격 증명과 함께 동일한 uvx 서버를 사용하세요:
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-atlassianadd 뒤에 --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 형식으로도 제공됩니다:
llms.txt— 문서 사이트맵llms-full.txt— 전체 문서
주제 | 설명 |
uvx, Docker, pip, 소스에서 빌드 | |
API 토큰, PAT, OAuth 2.0 | |
IDE 설정, 환경 변수 | |
SSE, streamable-http, 다중 사용자 | |
모든 Jira 및 Confluence 도구 | |
일반적인 문제 및 디버깅 |
호환성
제품 | 배포 | 지원 |
Confluence | Cloud | 완전 지원 |
Confluence | Server/Data Center | 지원 (v6.0+) |
Jira | Cloud | 완전 지원 |
Jira | Server/Data Center | 지원 (v8.14+) |
주요 도구
Jira | Confluence |
|
|
|
|
|
|
|
|
|
|
총 98개 도구 — 전체 목록은 도구 참조를 참조하세요.
보안
API 토큰을 절대 공유하지 마세요. .env 파일을 안전하게 보관하세요. SECURITY.md를 참조하세요.
기여
개발 환경 설정은 CONTRIBUTING.md를 참조하세요.
라이선스
MIT - LICENSE를 참조하세요. 공식 Atlassian 제품이 아닙니다.
This server cannot be installed
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 gradedqualityDmaintenanceEnables 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
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud APIs for Confluence and Jira, supporting document management, search, issue tracking, and sprint operations through natural language.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.141MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud (Jira, Confluence, Bitbucket) through natural language, providing CRUD operations for issues, pages, pull requests, and more.8626MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
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/MaximSantalov/ai_agent_mcp_jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server