ParasSolanki_jira-mcp-server
0
The Jira MCP Server is a Model Context Protocol Server that integrates with Jira, allowing for interaction with Jira's data via MCP. It offers tools to list and manage projects, boards, sprints, and issues using the Jira REST API, facilitating automation and efficient data handling.
Jira MCP Server
A Model Context Protocol Server for Jira, facilitating integration with Jira to enable LLMs to interact with it effectively.
Features
- Integrates with Jira's REST API
- Provides tools to list projects, boards, sprints, and issues within Jira.
Installation
- Requires Node version 22.12.0 or above.
- Follow the steps to set up a server configuration and acquire a Jira Personal Access Token.
Components
- list_projects: List projects filtered by a query.
- list_boards: List available boards in a specific project.
- list_sprints_from_board: List sprints from a given board.
- list_issues_from_sprint: List issues from a specific sprint.
Usage examples
Prompts include exploring all Jira projects, identifying existing Kanban boards in specific projects, and listing sprints or issues by board and sprint IDs.
Development
- Install dependencies using
pnpm install
. - Use a GitHub Access token configured in
.env
for authentication. - Commands available for building, running, and debugging the server.