jira_reporter
The Jira Weekly Reporter MCP Server is designed to connect with Jira systems to provide weekly updates on issue activities. It allows report generation through custom queries and offers optional summarization using a client's LLM.
Jira Weekly Reporter MCP Server
This project provides a FastMCP server connecting to your Jira instance to generate weekly reports from issue activity. It supports Jira Cloud and Server/Data Center configurations. Features include secure API token-based Jira connection, flexible custom JQL queries, project-specific filtering, result limiting, optional LLM-based summarization, and asynchronous request handling.
Prerequisites
- Python 3.10 or later
- FastMCP CLI installed
- Jira API Token and access to a Jira instance
uv
orpip
for Python package management
Setup
- Clone the repository
- Install dependencies with
uv
orpip
- Set up
.env
file with Jira connection details
Running the Server
Execute via Python or the FastMCP CLI for testing or remote access. Configure it for use with Claude Desktop as an MCP tool for generating and summarizing Jira reports.
MCP Tool Details
- Tool Name:
generate_jira_report
- Generates Jira issues report based on a JQL query and optionally summarizes it.
Contributing
Contributions are welcome through issues or pull requests.
License
MIT License