Jira MCP Server
Jira MCP Server
VS Code Copilot을 Jira 인스턴스(Cloud, Server 또는 Data Center)에 연결하는 MCP(Model Context Protocol) 서버입니다.
빠른 설정
1. 설치 및 빌드
cd jira-mcp-server
npm install
npm run build2. 자격 증명 구성
예제를 복사하고 값을 입력하세요:
cp .env.example .env.env 편집:
# Your Jira site URL
JIRA_BASE_URL=https://yourcompany.atlassian.net
# Your email (Cloud) or username (Server)
JIRA_EMAIL=you@yourcompany.com
# API token (Cloud) or Personal Access Token (Server)
JIRA_API_TOKEN=your-token-here
# "cloud" or "server"
JIRA_AUTH_TYPE=cloud토큐을 얻는 방법
Platform | How |
Atlassian Cloud | API 토큐로 이동 → API 토큐 만들기 |
Jira Server/DC | Jira 프로필로 이동 → 개인 액세스 토큐 → 토큐 만들기 |
3. VS Code에 연결
이 내용을 VS Code의 settings.json(또는 작업 공간의 .vscode/settings.json)에 추가하세요:
{
"mcp": {
"servers": {
"jira": {
"command": "node",
"args": ["/absolute/path/to/jira-mcp-server/dist/index.js"],
"env": {
"JIRA_BASE_URL": "https://yourcompany.atlassian.net",
"JIRA_EMAIL": "you@yourcompany.com",
"JIRA_API_TOKEN": "your-token-here",
"JIRA_AUTH_TYPE": "cloud"
}
}
}
}
}팁:
/absolute/path/to/jira-mcp-server를 사용자의 컴퓨터에 있는 실제 경로로 바세요.
Related MCP server: Jira Stories MCP Server
사용 가능한 도구
Tool | Description |
| JQL로 이슈 검색 |
| 키로 이슈의 전체 세부 정보 가져오기 |
| 새 이슈 만들기 |
| 기존 이슈의 필드 업데이트 |
| 이슈에 댓글 추가 |
| 사용 가능한 상태 전이 목록 표시 |
| 이슈를 새 상태로 이동 |
| 이슈를 사용자에게 할당 |
| 접근 가능한 모든 프로젝트 목록 |
| 인증된 사용자의 프로필 가져오기 |
예제 프롬프트 (Copilot Chat에서)
"나에게 할당된 Jira 이슈를 보여 줘"
"PROJ-123의 세부 정보를 가져와"
"프로젝트 PROJ에 버그 생성: SafarI에서 로그인 페이지가 충돌함"
"PROJ-456을 In Progress로 이동"
"PROJ-789에 댓글 추가: 커밋 abc123에서 수정됨"
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 search, view, create, and update JIRA issues using natural language commands and JQL queries.89Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConnects Jira projects to AI assistants, enabling natural language queries to view, search, and filter stories with real-time access to descriptions, comments, status, and metadata without leaving your development environment.89Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables searching, reading, listing, creating, and updating Confluence pages via natural language in GitHub Copilot.MIT
- AlicenseNot gradedqualityAmaintenanceSupercharge your AI assistant with seamless Jira integration. Enables AI assistants like GitHub Copilot and Claude to interact with your Jira Cloud instance.320MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
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/ashu-arora/Jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server