PluginBench
MCP Server
Maintained

Jira Cloud MCP Server

io.github.aaronsb/jira-cloud

What is the Jira Cloud MCP server?

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

How to install Jira Cloud

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JIRA_API_TOKEN
    required
    secret

    Jira API token (generate at https://id.atlassian.com/manage/api-tokens)

  • JIRA_EMAIL
    required

    Atlassian account email address

  • JIRA_HOST
    required

    Jira instance URL (e.g., https://your-team.atlassian.net)

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

Related MCP servers

Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics

5
TypeScript
MIT
View repository →

MCP server for Confluence Cloud — page editing, navigation, and content management

0
TypeScript
MIT
View repository →

Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven