ParasSolanki_jira-mcp-server
If you are the rightful owner of ParasSolanki_jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol Server for Jira, enabling integration with Jira through MCP for LLM interaction.
The Jira MCP Server is a specialized server that facilitates the integration of Jira with Model Context Protocol (MCP), allowing Language Learning Models (LLMs) to interact with Jira. This server acts as a bridge, enabling automated and efficient management of Jira projects, boards, sprints, and issues through a set of defined tools. By leveraging the Jira REST API, the server provides a seamless interface for querying and manipulating Jira data, making it an essential tool for developers and project managers who rely on Jira for project tracking and management. The server requires Node version 22.12.0 or above and can be configured with a Jira Personal Access Token for secure access.
Features
- Integration with Jira through MCP for LLM interaction.
- Automated management of Jira projects, boards, sprints, and issues.
- Utilizes Jira REST API for seamless data querying and manipulation.
- Requires Node version 22.12.0 or above.
- Configurable with Jira Personal Access Token for secure access.
Tools
list_projects
List Jira projects, support queries and pagination
list_boards
List the boards for specified projects, support filtering by type
list_sprints_from_board
List the sprints for the specified board
list_issues_from_sprint
List the issues in the specified sprint