jira-ticket-mcp

antolu/jira-ticket-mcp
★ 0 stars Python AI/LLM Updated today
Minimal JIRA MCP Server for tickets only
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-ticket-mcp": {
      "command": "uvx",
      "args": [
        "jira-ticket-mcp"
      ]
    }
  }
}

Or install with pip: pip install jira-ticket-mcp

README Excerpt

Minimal MCP server for managing Jira Cloud tickets. The official Jira MCP server exposes a tool surface large enough to crowd out an LLM's context. This one exposes a deliberately small, curated set of tools covering the actions that actually get used. The server reads three settings, from environment variables or from the

Tools (13)

JIRA_API_TOKENJIRA_BASE_URLJIRA_EMAILbatch_create_issuescreate_issueedit_issueget_issuelink_issueslist_transitionsremove_issuesearch_issuestransition_issuewhoami