Atlassian MCP Server
JiraとConfluenceをClaudeから横断検索・操作できるMCPサーバー
npx mcp-atlassian概要
AtlassianのJiraとConfluenceを統合操作できる公式MCPサーバー。
Jiraの作業アイテム(Issue・タスク・バグ)の作成・更新・検索と、Confluenceのページ参照・編集・検索を1つのMCPで実現する。
JiraとConfluenceをまたぐ横断検索により、プロジェクト管理と知識ベースをClaudeが一体的に扱える。
設定方法はconfig JSONをClaude DesktopまたはClaude Codeの設定ファイルに追記するだけで完了する。
反復作業を自動化することで、より重要な業務に集中できる環境を整えられる。
料金・APIキー情報
料金
無料プランありAPIキー
🔑 必要🔑 APIキーの取得方法
- 1
https://id.atlassian.com/manage-profile/security/api-tokens にアクセス(Atlassianアカウントが必要)
- 2
「APIトークンを作成する」をクリックしてラベル名(例: Claude MCP)を入力
- 3
「作成」をクリックして表示されたAPIトークンをコピー(再表示不可)
- 4
config_jsonのATLASSIAN_TOKENにコピーしたトークンを設定する
- 5
ATLASSIAN_URLには「https://your-domain.atlassian.net」形式を、ATLASSIAN_USERにはAtlassianメールアドレスを設定する
こんな使い方ができます
JiraのチケットをClaudeが参照してConfluenceに設計ドキュメントを自動作成できる
自然言語でJiraにバグ報告・タスクを作成できる
スプリントの進捗をClaudeが集計してレポートを生成できる
セットアップ手順
- 1
https://id.atlassian.com/manage-profile/security/api-tokens にアクセスしてAtlassianアカウントにログインする
- 2
「APIトークンの作成」をクリックしてトークン名を入力し、トークンを発行・コピーする
- 3
AtlassianのサイトURL(例:yourcompany.atlassian.net)とメールアドレスをメモしておく
- 4
ターミナルで以下のコマンドを実行してClaude Codeに追加する:claude mcp add atlassian -e JIRA_URL=https://your-domain.atlassian.net -e JIRA_USERNAME=your-email@example.com -e JIRA_API_TOKEN=your-api-token -e CONFLUENCE_URL=https://your-domain.atlassian.net -e CONFLUENCE_USERNAME=your-email@example.com -e CONFLUENCE_API_TOKEN=your-api-token -- npx -y mcp-atlassian
設定ファイル
コピー前に確認
Atlassian API Token(id.atlassian.comから取得)
claude mcp add atlassian -e JIRA_URL=https://your-domain.atlassian.net -e JIRA_USERNAME=your-email@example.com -e JIRA_API_TOKEN=your-api-token -e CONFLUENCE_URL=https://your-domain.atlassian.net -e CONFLUENCE_USERNAME=your-email@example.com -e CONFLUENCE_API_TOKEN=your-api-token -- npx -y mcp-atlassian