PluginBench
MCP Server
Active
MIT

io.github.freema/mcp-jira-stdio MCP Server

io.github.freema/mcp-jira-stdio

What is the io.github.freema/mcp-jira-stdio MCP server?

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

How to install io.github.freema/mcp-jira-stdio

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-jira-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<YOUR_JIRA_BASE_URL>",
        "JIRA_EMAIL": "<YOUR_JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<YOUR_MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-jira-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<YOUR_JIRA_BASE_URL>",
        "JIRA_EMAIL": "<YOUR_JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<YOUR_MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-jira-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<YOUR_JIRA_BASE_URL>",
        "JIRA_EMAIL": "<YOUR_JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<YOUR_MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-jira-stdio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<YOUR_JIRA_BASE_URL>",
        "JIRA_EMAIL": "<YOUR_JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<YOUR_MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-jira-stdio --env JIRA_BASE_URL=<YOUR_JIRA_BASE_URL> --env JIRA_EMAIL=<YOUR_JIRA_EMAIL> --env JIRA_API_TOKEN=<YOUR_JIRA_API_TOKEN> --env MCP_REDACT_SENSITIVE=<YOUR_MCP_REDACT_SENSITIVE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y mcp-jira-stdio

Related MCP servers

MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.

183
TypeScript
MIT
View repository →

MCP server for Google Sheets API — read, write, format, batch operations.

93
TypeScript
MIT
View repository →

MCP server for Storybook design systems — extract component HTML, styles and metadata.

69
TypeScript
MIT
View repository →