← Index

io.github.edrich13/mcp-jira-server

io.github.edrich13/mcp-jira-server·v1.0.1·Productivity & Project Mgmt
Quality Score
62
/100

MCP server for self-hosted Jira instance with Personal Access Token authentication

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-jira-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-server"
      ],
      "env": {
        "JIRA_BASE_URL": "<jira_base_url>",
        "JIRA_PAT": "<your-jira_pat>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-jira-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-server"
      ],
      "env": {
        "JIRA_BASE_URL": "<jira_base_url>",
        "JIRA_PAT": "<your-jira_pat>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-jira-server
§02  Environment variables
JIRA_BASE_URL
required

Base URL of your Jira instance (e.g., https://jira.domain.com)

JIRA_PAT
requiredsecret

Your Jira Personal Access Token

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Productivity & Project Mgmt