stdio project-managementdev-tool

Jira MCP Server

Search and manage Jira issues, projects, and sprints via the Atlassian REST API.

claude_desktop_config.json

{
  "mcpServers": {
    "server-jira": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-atlassian"
      ],
      "env": {
        "JIRA_URL": "https://your-domain.atlassian.net",
        "JIRA_USERNAME": "[email protected]",
        "JIRA_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

Environment Variables

Variable Required Description
JIRA_URL ✓ Required Your Jira instance base URL.
JIRA_USERNAME ✓ Required Atlassian account email address.
JIRA_API_TOKEN ✓ Required Jira API token generated from id.atlassian.com/manage-profile/security/api-tokens.

Setup Instructions

  1. Ensure Node.js 18+ is installed on your system.
  2. Copy the config block above into your claude_desktop_config.json file (typically at ~/.config/claude/claude_desktop_config.json on macOS/Linux or %APPDATA%\Claude\claude_desktop_config.json on Windows).
  3. Set the JIRA_URL environment variable: Your Jira instance base URL.
  4. Set the JIRA_USERNAME environment variable: Atlassian account email address.
  5. Set the JIRA_API_TOKEN environment variable: Jira API token generated from id.atlassian.com/manage-profile/security/api-tokens.
  6. Restart your AI client to apply the config.

Related Servers