Jira Reporter MCP Server

This project provides a [FastMCP](https://gofastmcp.com/) server that connects to your Jira instance (Cloud or Server/Data Center) to generate weekly

Remote serverstreamable-httpPython

What is the Jira Reporter MCP server?

This project provides a FastMCP server that connects to your Jira instance (Cloud or Server/Data Center) to generate weekly reports based on issue activity. It leverages the pycontribs-jira library for Jira. That is what the jira reporter mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 9 tools. What each one is for:

  • Security — **
  • macOS — ** ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — ** %APPDATA%\Claude\claude_desktop_config.json (usually C:\Users<YourUsername>\AppData\Roaming\Claude\claude_desktop_config.json)
  • Linux — ** ~/.config/Claude/claude_desktop_config.json (or $XDG_CONFIG_HOME/Claude/)
  • Description — ** Generates a report of Jira issues based on a JQL query (defaulting to recently updated). Optionally summarizes the report using the client's LLM
  • jql_query — string
  • project_key — string
  • max_results — integer
  • summarize — boolean

What it needs from you

Configuration is passed through the environment: JIRA_URL, JIRA_API_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jira Reporter's toolset — Security, macOS, Windows and 6 more — is a fair guide to whether it matches your workflow. It is maintained by Jongryong; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Jira Reporter's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Jira Reporter.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Security**
macOS** ~/Library/Application Support/Claude/claude_desktop_config.json
Windows** %APPDATA%\Claude\claude_desktop_config.json (usually C:\Users\<YourUsername>\AppData\Roaming\Claude\claude_desktop_config.json)
Linux** ~/.config/Claude/claude_desktop_config.json (or $XDG_CONFIG_HOME/Claude/)
Description** Generates a report of Jira issues based on a JQL query (defaulting to recently updated). Optionally summarizes the report using the client's LLM.
jql_querystring
project_keystring
max_resultsinteger
summarizeboolean

How to install the Jira Reporter MCP server

{
  "mcpServers": {
    "jira-reporter": {
      "command": "uvx",
      "args": ["fastmcp"],
      "env": {
        "JIRA_URL": "your-value",
        "JIRA_API_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
JIRA_URLEndpoint or connection string the server talks to.Yes
JIRA_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Jira Reporter to Security.
  • Use Jira Reporter to macOS.
  • Use Jira Reporter to Windows.

Frequently asked questions

It connects Jira Reporter to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Security, macOS, Windows, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jira Reporter directly.