mcp-jira
1
The Jira MCP Server is designed to facilitate interaction with Jira's REST API using natural language commands through integration with Claude Desktop and other MCP clients. It offers features such as project access, issue management, and workflow transitions, with support for various authentication methods.
Jira MCP Server
A Model Context Protocol (MCP) server for interacting with Jira's REST API using the jira-python library. This server integrates with Claude Desktop and other MCP clients, allowing interactions with Jira via natural language commands.
Features
- Access all Jira projects
- Get details for specific Jira issues
- Search issues via JQL
- Create new Jira issues
- Add comments to issues
- Access issue transitions
- Transition issues to new statuses
Installation
Prerequisites
- Python 3.9 or higher
- Jira instance (Cloud, Server, or Data Center)
Usage
Command Line
- Use Python or Docker to run the server
Claude Desktop Integration
- Install and configure the server for use with Claude Desktop
Authentication
- Supports basic authentication and API tokens
Available Tools
get_projects
get_issue
search_issues
create_issue
add_comment
get_transitions
transition_issue
License
MIT