MCP Directory
Back

jiraxmcp

by vaibhavpandeyvpz · TypeScript · ★ 1

jiraxmcp is an open-source Jira stdio MCP server built on top of jira.js, commander, and @modelcontextprotocol/sdk.

Install

npx -y github:vaibhavpandeyvpz/jiraxmcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "jiraxmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vaibhavpandeyvpz/jiraxmcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/jiraxmcp) [](https://github.com/vaibhavpandeyvpz/jiraxmcp/actions/workflows/publish-npm.yml) [](LICENSE) is an open-source Jira stdio MCP server built on top of [](https://github.com/mrrefactoring/jira.js/), , and . It lets MCP-compatible clients interact with Jira Cloud through issue, search, agile, comment, link, and attachment tools. It can also subscribe to inbound Jira webhook events through an MCP notification channel backed by a built-in HTTP server. - Exposes Jira Cloud as an MCP server over stdio. - Uses the official client for Jira REST and Agile…
Read full README on GitHub →

Related productivity servers