Jira MCP Server
About
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.
Details
- Author
- sunwoobang
- Categories
- Productivity, Project Management
Jump to
Setup
Install Jira MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/sunwoobang/jira-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Jira와 Claude를 연결하는 Model Context Protocol (MCP) 서버입니다.
- 이슈 검색: JQL을 사용하여 Jira 이슈 검색
- 이슈 조회: 특정 이슈의 상세 정보 확인
- 이슈 생성: 새로운 Jira 이슈 생성
- 이슈 업데이트: 기존 이슈 수정 (제목, 설명, 상태, 담당자)
- 댓글 추가: 이슈에 댓글 추가
- 프로젝트 정보: 프로젝트 정보 조회
JIRA_URL=https://your-domain.atlassian.net JIRA_USERNAME=your-email@domain.com JIRA_API_TOKEN=your-api-token DEFAULT_PROJECT_KEY=PROJ
- Jira에 로그인
- 계정 설정 > 보안 > API 토큰 생성
- 생성된 토큰을.env파일의JIRA_API_TOKEN에 입력
- Jira 연결 정보를 입력받습니다
- config/.env파일을 자동으로 생성합니다
- config/claude_desktop_config.json파일을 자동으로 생성합니다
- Claude Desktop 설정 방법을 안내합니다
자동 설정 대신 수동으로 설정하려면config/.env.example파일을 복사하여config/.env로 이름을 바꾸고 값을 수정하세요.
Claude Desktop에서 이 MCP 서버를 사용하려면 설정 파일을 수정해야 합니다.
%APPDATA%\\Claude\\claude_desktop_config.json파일을 편집:
{ "mcpServers": { "jira": { "command": "node", "args": ["C:\\path\\to\\jira-mcp-server\\index.js"], "env": { "JIRA_URL": "https://your-domain.atlassian.net", "JIRA_USERNAME": "your-email@domain.com", "JIRA_API_TOKEN": "your-api-token", "DEFAULT_PROJECT_KEY": "PROJ" } } } }
~/Library/Application Support/Claude/claude_desktop_config.json파일을 편집:
{ "mcpServers": { "jira": { "command": "node", "args": ["/path/to/jira-mcp-server/index.js"], "env": { "JIRA_URL": "https://your-domain.atlassian.net", "JIRA_USERNAME": "your-email@domain.com", "JIRA_API_TOKEN": "your-api-token", "DEFAULT_PROJECT_KEY": "PROJ" } } } }
"프로젝트 PROJ에서 상태가 Open인 이슈들을 찾아줘"
"PROJ 프로젝트에 '새로운 기능 개발' 제목으로 Task 이슈를 생성해줘"
"PROJ-123 이슈의 상태를 'In Progress'로 변경해줘"
"PROJ-123 이슈에 '작업을 시작했습니다' 댓글을 추가해줘"
- search_issues: JQL로 이슈 검색
- get_issue: 특정 이슈 조회
- create_issue: 새 이슈 생성
- update_issue: 이슈 업데이트
- add_comment: 댓글 추가
- get_project_info: 프로젝트 정보 조회
- Jira URL이 올바른지 확인
- API 토큰이 유효한지 확인
- 사용자 이메일이 정확한지 확인
- 사용자가 해당 프로젝트에 접근 권한이 있는지 확인
- 이슈 생성/수정 권한이 있는지 확인
An MCP server for interacting with Jira's REST API to manage projects, issues, and users.
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
Integrate with JIRA to allow AI assistants to directly interact with JIRA issues.
Integrate Atlassian JIRA into any MCP-compatible application to manage issues and projects.
MCP server for connecting AI assistants to your own Jira instance
Interact with Jira projects using natural language.
An MCP server for interacting with the Jira API to manage projects, issues, and workflows.
An MCP server for interacting with Jira projects and issues.
A read-only MCP server for Jira, enabling LLMs to query live Jira data using the CData JDBC Driver.
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



