jira-mcp-server

jira-mcp-server

JiraTypescriptMcpServerPythonJavascriptGoRubyR

About This Server

A test of jira mcp server

Server Information

šŸ“‹ Overview:

This webpage is a GitHub repository for a project named "jira-mcp-server" by user KS-GEN-AI. The repository is public and described as "A test of jira mcp server." It includes tools for interacting with Jira, specifically designed for use with Claude Desktop. The page provides information on features, Jira tools, development setup, installation instructions, and debugging.


ā­ Key Points:
* Project Name: jira-mcp-server
* Owner: KS-GEN-AI
* Description: A test of Jira MCP server. A TypeScript-based MCP server that provides tools to interact with Jira.
* Status: Public repository
* Features: Includes tools for executing JQL queries and creating, editing, and deleting Jira tickets, listing Jira projects and statuses.
* Integration: Designed to work with Claude Desktop by modifying the claudedesktopconfig.json file.
* Development setup: Instructions provided for installing dependencies (npm install), building the server (npm run build), and auto-rebuild (npm run watch).

* Debugging: Recommends using the MCP Inspector for debugging.


šŸ” Main Findings:
* The repository is a test project focused on Jira integration via the Model Context Protocol (MCP).
* Primary technologies used include TypeScript and JavaScript.
* The project provides multiple Jira tools: executejql, getonlyticketnameanddescription, createticket, listprojects, deleteticket, editticket, getallstatuses, assignticket, queryassignable, and add_attachment.

* Configuration requires specific Jira API credentials and project path to be set in the Claude Desktop configuration file.


šŸ“Š Details:
* File Structure: Includes directories such as ".idea" and "src," and files such as ".gitignore," "README.md," "package-lock.json," "package.json," "recompilemac," "recompilewindows," and "tsconfig.json."
* Repository Stats: 4 stars, 1 fork, 14 commits, and primarily uses JavaScript.

* Tools for collaboration include: Issues (1), and Pull requests (0)


šŸŽÆ Conclusion:
The "jira-mcp-server" repository provides a basic framework for interacting with Jira using a TypeScript-based MCP server. It serves as a test project and includes instructions for development, installation, and debugging within the Claude Desktop environment.

Server Features

execute_jql

Run a JQL query.

get_only_ticket_name_and_description

Fetch ticket name and description.

create_ticket

Create a Jira ticket.

list_projects

List Jira projects.

delete_ticket

Delete a ticket.

edit_ticket

Modify a ticket.

get_all_statuses

Retrieve all statuses.

assign_ticket

Assign a ticket to a user.

query_assignable

Find assignable users in a project.

add_attachment

Add an attachment to a ticket.

Provider Information

KsGenAi logo

KsGenAi

cloud Provider

Visit Provider Website

Quick Actions

Visit Website

MCP Configuration