HomeProductivity › jira-mcp

jira-mcp

Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx.

TypeScript Cloud
★ 5 stars Last pushed 2026-05-29 License: MIT

Topics: Support & Service Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.82)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "jira-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "JIRA_HOST": "<YOUR_VALUE>",
        "JIRA_EMAIL": "<YOUR_VALUE>",
        "JIRA_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • JIRA_HOST required — Your Atlassian domain URL (e.g. https://your-domain.atlassian.net)
  • JIRA_EMAIL required — Your Jira account email address
  • JIRA_API_TOKEN required secret — Jira API token from https://id.atlassian.com/manage-profile/security/api-tokens

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry