Jira Weekly Reporter MCP Server
@Jongryong
关于 Jira Weekly Reporter MCP Server
Jira Weekly Reporter MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jira_reporter": {
"command": "uv",
"args": [
"pip",
"install",
"fastmcp",
"jira[cli]",
"python-dotenv",
"httpx",
"anyio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira Weekly Reporter MCP Server?
A FastMCP server that connects to Jira (Cloud or Server/Data Center) to generate weekly reports based on issue activity. It uses the pycontribs-jira library and can optionally leverage the connected client's LLM for summarizing the report. Designed for developers and project managers who need automated Jira reporting via MCP‑compatible clients like Claude Desktop.
How to use Jira Weekly Reporter MCP Server?
Install Python 3.10+, fastmcp, and the listed dependencies. Create a .env file with JIRA_URL, JIRA_USERNAME, and JIRA_API_TOKEN. Run the server with python jira_reporter_server.py or fastmcp run jira_reporter_server.py. In an MCP client (e.g., Claude Desktop), invoke the generate_jira_report tool by name, optionally passing jql_query, project_key, max_results, or summarize parameters.
Key features of Jira Weekly Reporter MCP Server?
- Connects securely via API tokens stored in a
.envfile. - Exposes a
generate_jira_reporttool accessible over MCP. - Defaults to issues updated in the last 7 days.
- Supports custom JQL queries and project‑specific filtering.
- Limits result count (configurable, default 50).
- Optionally requests a summary from the client’s LLM.
Use cases of Jira Weekly Reporter MCP Server?
- Generate weekly status reports for a project without manual JQL construction.
- Quickly retrieve recently updated issues and ask an LLM for a plain‑language summary.
- Integrate Jira reporting into AI‑powered chat assistants (e.g., Claude Desktop) for on‑demand updates.
- Automate recurring report generation by calling the tool from an MCP script or workflow.
FAQ from Jira Weekly Reporter MCP Server
What Jira versions are supported?
The server supports Jira Cloud, Jira Server, and Jira Data Center. Authentication requires an API token (Cloud) or Personal Access Token (Server/DC).
How do I authenticate to Jira?
Place your Jira URL, username (email for Cloud), and an API token or PAT in a .env file in the same directory as the server script. The server reads these credentials on startup.
Can I customize the report query?
Yes. The jql_query parameter lets you supply any valid JQL. A project_key parameter can further limit results to a specific project. The default query covers issues updated in the last 7 days.
Does the server require an LLM to work?
No. The optional summarize parameter, if set to true, asks the client’s LLM (via ctx.sample()) for a summary. Without it, the tool returns raw issue data.
What is the maximum number of issues returned?
The max_results parameter controls this; the default is 50. You can increase or decrease it as needed.
版本控制 分类下的更多 MCP 服务器
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

GitLab
modelcontextprotocolModel Context Protocol Servers
Linear MCP Server
clinea private MCP server for accessing Linear
评论