/ ディレクトリ / プレイグラウンド / Atlassian Remote MCP Server
● 公式 atlassian ⚡ 即起動

Atlassian Remote MCP Server

作者 atlassian · atlassian/atlassian-mcp-server

Official remote MCP server that securely connects Jira and Confluence with your LLM, IDE, or agent platform.

Atlassian Remote MCP Server is an MCP server maintained by atlassian. Official remote MCP server that securely connects Jira and Confluence with your LLM, IDE, or agent platform. See the repo README for installation, auth, and configuration: https://github.com/atlassian/atlassian-mcp-server

なぜ使うのか

主な機能

ライブデモ

実際の動作

atlassian-remote-mcp.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atlassian-mcp-server"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "atlassian-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atlassian-mcp-server"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "atlassian-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atlassian-mcp-server"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "atlassian-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atlassian-mcp-server"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "atlassian-remote-mcp",
      "command": "npx",
      "args": [
        "-y",
        "atlassian-mcp-server"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "atlassian-remote-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "atlassian-mcp-server"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add atlassian-remote-mcp -- npx -y atlassian-mcp-server

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Atlassian Remote MCP Server

Use Atlassian Remote MCP Server for its primary workflow

👤 Claude Code users / MCP clients ⏱ ~20 min intermediate

使うタイミング: See repo README for canonical use cases.

前提条件
  • Server installed / connection details ready — See https://github.com/atlassian/atlassian-mcp-server
フロー
  1. Install
    Install Atlassian Remote MCP Server per its README.✓ コピーしました
    → Server registered with the client
  2. Configure
    Provide credentials/config as instructed.✓ コピーしました
    → Successful auth/init
  3. Use
    Run a sample task with Atlassian Remote MCP Server.✓ コピーしました
    → Expected output

結果: You can drive the documented workflow end-to-end.

注意点
  • Skipping README — Read the repo README and CHANGELOG before shipping to prod.

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary see README Primary action free

コストと制限

運用コスト

APIクォータ
Bounded by upstream provider quotas (if any)
呼び出しあたりのトークン
Depends on usage
金額
Open source — check repo LICENSE
ヒント
Review upstream API costs (if any) before automating.

セキュリティ

権限、シークレット、影響範囲

最小スコープ: Whatever the upstream provider requires
認証情報の保管: Env vars or local config — never commit secrets
データ送信先: Forwards data per its README
絶対に付与しない: Full admin to untrusted prompts

トラブルシューティング

よくあるエラーと対処法

Auth fails

Verify credentials and required scopes match README.

確認: Re-read repo README auth section.
Tool not found by client

Ensure MCP client config points to correct command/path.

確認: Restart the client after editing config.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る