atlassian-ai-toolkit

spenserhale/atlassian-ai-toolkit
★ 0 stars TypeScript API Integration Updated today
AI-first SDK, CLI, and MCP server for Atlassian Jira and Confluence
View on GitHub → 🔍 Audit Wallet Slippage →

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-ai-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "spenserhale/atlassian-ai-toolkit"
      ]
    }
  }
}

README Excerpt

AI-first SDK, CLI, and MCP server for Atlassian Jira and Confluence A Bun monorepo containing a typed SDK, an agent-native CLI, and an MCP server for Atlassian Cloud APIs. | Package | Description | |---------|-------------| | [`@atlassian-ai-toolkit/sdk`](./packages/sdk) | Core SDK with types, API client, and business logic |