Back to MCP Servers

Jira Server

Manage Jira issues, projects, sprints, and workflows for agile project management

project-managementjiraagileissuesatlassiancommunity

Installation

npm install -g @mcp/jira-server

Configuration

{
  "mcpServers": {
    "jira": {
      "command": "npx",
      "args": ["-y", "@mcp/jira-server"],
      "env": {
        "JIRA_HOST": "your-domain.atlassian.net",
        "JIRA_EMAIL": "your-email@example.com",
        "JIRA_API_TOKEN": "your-jira-api-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes