HomeProductivity › mcp-jira-stdio

mcp-jira-stdio

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

TypeScript
★ 14 stars Last pushed 2026-09-14 License: MIT

Connect

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

Package (npm 1.12.0)

npx -y mcp-jira-stdio@1.12.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-jira-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio@1.12.0"
      ],
      "env": {
        "JIRA_BASE_URL": "<YOUR_VALUE>",
        "JIRA_EMAIL": "<YOUR_VALUE>",
        "JIRA_API_TOKEN": "<YOUR_VALUE>",
        "MCP_REDACT_SENSITIVE": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • JIRA_BASE_URL required — Jira instance URL, e.g. https://company.atlassian.net
  • JIRA_EMAIL required — Email of the Jira account the API token belongs to
  • JIRA_API_TOKEN required secret — Jira API token (id.atlassian.com > Security > API tokens)
  • MCP_REDACT_SENSITIVE — Set to true to redact sensitive values from logs
  • LOG_LEVEL — Log verbosity: debug, info, warn or error (default: info)

Related servers

Data from the Official MCP Registry