← Back to Plugins
MCP Server MCP

Jira Cloud

github By github 👁 1 views ▲ 0 votes

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

Homepage Verified source GitHub

Install

npx -y @aaronsb/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@aaronsb/jira-cloud-mcp",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jira API token (generate at https://id.atlassian.com/manage/api-tokens)",
          "isRequired": true,
          "isSecret": true,
          "name": "JIRA_API_TOKEN"
        },
        {
          "description": "Atlassian account email address",
          "isRequired": true,
          "name": "JIRA_EMAIL"
        },
        {
          "description": "Jira instance URL (e.g., https://your-team.atlassian.net)",
          "isRequired": true,
          "name": "JIRA_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...