atlassian-mcp-server

philipvanlewis/atlassian-mcp-server
★ 0 stars JavaScript 🔌 API Integration Updated today
MCP server for Jira & JSM — fills the gaps in the official Atlassian MCP connector. JSM queues, SLAs, approvals, bulk ops, attachments, changelogs, and more.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlassian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "philipvanlewis/atlassian-mcp-server"
      ]
    }
  }
}