mcp-jira-cloud-v2
The Jira Requester MCP Server is a tool designed to enable communication with the Jira API to retrieve ticket information. It requires configuration with environment variables and uses Bun for server operations. It can fetch Jira ticket details using specific parameters.
Jira Requester MCP Server
This project is an MCP server designed to interact with the Jira API using the v2 client to fetch ticket information.
Prerequisites
- Bun (>= 1.0.x)
- Jira Cloud instance
- Jira API Token
Installation
- Clone the repository and navigate to the project directory.
- Install dependencies using
bun
.
Configuration
Set up environment variables (JIRA_BASE_URL
, JIRA_USER_EMAIL
, JIRA_API_TOKEN
) in a .env
file.
Usage
- Start the server with
bun run start
. - Interact via MCP by sending tool calls.
Testing
Test the Jira client functionality using the simpleTest.ts
script with test scripts provided.
Building
Build the project using the TypeScript compiler into the build
directory with bun run build
.
Available Tools
get_jira_ticket
Fetches details for a specific Jira ticket with parameters like ticket_id
, fields
, and expand
.