Back to Browse

Jira Mini MCP Server

Business ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

About

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Jira Cloud site, e.g. https://example.atlassian.netOptional

Environment variable: JIRA_BASE_URL

api_token (default) or oauth; oauth needs an OAuth 2.0 (3LO) app and a one-time `jira-mini-mcp login`Optional

Environment variable: JIRA_AUTH_METHOD

The email your Jira API token belongs to (JIRA_AUTH_METHOD=api_token)Optional

Environment variable: JIRA_EMAIL

A Jira Cloud API token (JIRA_AUTH_METHOD=api_token)Required

Environment variable: JIRA_API_TOKEN

Client ID of your OAuth 2.0 (3LO) app (JIRA_AUTH_METHOD=oauth)Optional

Environment variable: JIRA_OAUTH_CLIENT_ID

Secret of your OAuth 2.0 (3LO) app (JIRA_AUTH_METHOD=oauth)Required

Environment variable: JIRA_OAUTH_CLIENT_SECRET

Set to true, 1, or on to register only the six read tools and withhold the three write toolsOptional

Environment variable: READ_ONLY_MODE

Set to true, 1, or on to also send structuredContent and an outputSchema; by default each result is sent once, in contentOptional

Environment variable: STRUCTURED_OUTPUT

With STRUCTURED_OUTPUT=true, comma-separated tool names that still return content only, without structuredContentOptional

Environment variable: DISABLE_STRUCTURED_OUTPUT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-proprock-jira-mini-mcp": {
      "env": {
        "JIRA_EMAIL": "your-jira-email-here",
        "JIRA_BASE_URL": "your-jira-base-url-here",
        "JIRA_API_TOKEN": "your-jira-api-token-here",
        "READ_ONLY_MODE": "your-read-only-mode-here",
        "JIRA_AUTH_METHOD": "your-jira-auth-method-here",
        "STRUCTURED_OUTPUT": "your-structured-output-here",
        "JIRA_OAUTH_CLIENT_ID": "your-jira-oauth-client-id-here",
        "JIRA_OAUTH_CLIENT_SECRET": "your-jira-oauth-client-secret-here",
        "DISABLE_STRUCTURED_OUTPUT": "your-disable-structured-output-here"
      },
      "args": [
        "jira-mini-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!