Jira MCP Server
by ParasSolanki
A Model Context Protocol (MCP) Server for Jira, enabling integration with Jira through MCP. It allows Large Language Models (LLMs) to interact with Jira.
Last updated: N/A
What is Jira MCP Server?
The Jira MCP Server is a bridge between Jira and Large Language Models (LLMs) using the Model Context Protocol (MCP). It exposes Jira functionalities as tools that LLMs can use to retrieve information and perform actions within Jira.
How to use Jira MCP Server?
To use the server, you need to install it and configure it within your LLM environment (e.g., Claude Desktop) by providing your Jira Personal Access Token and base URL. The server exposes tools like list_projects, list_boards, list_sprints_from_board, list_issues_from_sprint, and create_issue that can be invoked by the LLM based on user prompts.
Key features of Jira MCP Server
Lists projects from Jira
Lists boards from a project
Lists sprints from a board
Lists issues from a sprint
Creates issues in Jira (Task issue type)
Integration with Model Context Protocol (MCP)
Allows LLMs to interact with Jira
Supports manual installation
Use cases of Jira MCP Server
Retrieving project information using natural language queries
Finding specific boards or sprints within a project
Listing issues within a sprint based on user requests
Creating new Jira issues directly from LLM prompts
Automating Jira tasks using LLMs
Integrating Jira data into LLM-powered workflows
FAQ from Jira MCP Server
What is a Jira Personal Access Token and how do I get one?
What is a Jira Personal Access Token and how do I get one?
A Jira Personal Access Token is a secure way to authenticate with Jira's API. You can create one by following the guide in the README link provided.
What Jira issue types are supported for issue creation?
What Jira issue types are supported for issue creation?
Currently, only the 'Task' issue type is supported for issue creation. Support for other issue types (Story, Epic, Sub-task) is planned for future releases.
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
The Model Context Protocol (MCP) is a framework for enabling communication and interaction between Large Language Models (LLMs) and external tools or services.
Can I filter the list of projects using a query?
Can I filter the list of projects using a query?
Yes, the list_projects tool accepts an optional query parameter that allows you to filter the returned projects based on a search string.
What Node.js version is required?
What Node.js version is required?
Node version 22.12.0 or above is required.