← Index

io.github.deepwired/mcp-jira-scoped

io.github.deepwired/mcp-jira-scoped·v1.0.0·Productivity & Project Mgmt
Quality Score
85
/100

Jira MCP server with scoped API tokens via api.atlassian.com gateway

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-jira-scoped": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<jira_instance>",
        "JIRA_USER_EMAIL": "<jira_user_email>",
        "JIRA_API_TOKEN": "<your-jira_api_token>",
        "JIRA_SCOPES": "<jira_scopes>",
        "JIRA_CLOUD_ID": "<jira_cloud_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-jira-scoped": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<jira_instance>",
        "JIRA_USER_EMAIL": "<jira_user_email>",
        "JIRA_API_TOKEN": "<your-jira_api_token>",
        "JIRA_SCOPES": "<jira_scopes>",
        "JIRA_CLOUD_ID": "<jira_cloud_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-jira-scoped
§02  Environment variables
JIRA_INSTANCE
required

Jira instance name (e.g. 'mycompany' for mycompany.atlassian.net)

JIRA_USER_EMAIL
required

Email associated with the API token

JIRA_API_TOKEN
requiredsecret

Scoped API token from https://id.atlassian.com/manage-profile/security/api-tokens

JIRA_SCOPES

Comma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work

JIRA_CLOUD_ID

Atlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info

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