jira-mcp

sabrinabettini/jira-mcp
★ 0 stars TypeScript Search Updated today
A small, safety-conscious Jira Cloud MCP server built with TypeScript.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jira-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sabrinabettini/jira-mcp"
      ]
    }
  }
}

README Excerpt

A small local Model Context Protocol server for Jira Cloud. Version `0.1.0` is read-only and provides tools to retrieve an issue, search with JQL, and list issues in a project. - `get_issue`: retrieve one issue by key or numeric ID; description is opt-in and capped at 8,000 characters. - `search_issues`: run JQL with a default page size of 20 and a hard maximum of 50.

Tools (3)

get_issuelist_project_issuessearch_issues