IDE (デスクトップ クライアント) のセットアップ

← スタート ガイドに戻る

 

VS CodeCursor、または Message Context Protocol (MCP) をサポートする別の IDE などのローカル開発環境を使用している場合は、このガイドで、エディターを Atlassian Rovo MCP Server に接続する手順を確認してください。

このセットアップでは、認証とサーバーとの通信を処理する mcp-remote と呼ばれる Node.js ベースのプロキシ ツールを使用します。

はじめる前に

以下がインストールされているか、アクセス可能であることを確認します。

  • インストール用の npx

  • Node.js v18 or later to run the local MCP proxy (mcp-remote)

  • Jira、Compass、Confluence を使用した Atlassian Cloud サイト

  • A supported IDE (for example, Claude desktop, VS Code, or Cursor) or a custom MCP-compatible client

  • A modern browser to complete the authorization flow, if using OAuth 2.1

  • An API token, if your admin has enabled authentication via API tokens

導入と設定

VS Code

VS Code が Atlassian Rovo MCP Server を使用するように設定するには 2 つの方法があります。統合された MCP 拡張 UI を使用する方法と、構成ファイルを手動で編集する方法です。

オプション 1: MCP ディレクトリから

  1. Visit https://code.visualstudio.com/mcp.

  2. Search for and install the Atlassian Rovo MCP provider from the marketplace.

オプション 2: VS Code コマンド パレットを使用する

  1. Open the command palette in VS Code.

  2. コマンド MCP: Add Server を実行します。

  3. Select Http or Server-sent Events as the connection type.

  4. サーバー URL を入力します: https://mcp.atlassian.com/v1/mcp

  5. Provide a name for the server (for example, atlassian-mcp-server).

オプション 3: mcp.json ファイルを手動で追加します

ワークスペースまたはホーム ディレクトリに mcp.json ファイルを作成することもできます。

{ "servers": { "atlassian-mcp-server": { "url": "https://mcp.atlassian.com/v1/mcp", "type": "http" } }, "inputs": [] }

For the most up-to-date instructions and options, including recent UI changes or advanced configuration tips, visit the official VS Code MCP documentation.

You can also use GitHub Copilot CLI with VS Code for shell, Git, and repo-wide tasks and workflows in the terminal. See Use MCP servers in VS Code (official VS Code MCP documentation) for more details.

CURSOR

Cursor で Atlassian Rovo MCP を使用するには、次の手順に従ってください。

  1. Open Cursor’s MCP settings panel.

  2. 次の設定を追加します。

    "Atlassian-MCP-Server": { "url": "https://mcp.atlassian.com/v1/mcp" }

    For older version of Cursor, you may need to use the following configuration.

    "Atlassian-Rovo-MCP": { "command": "npx", "args": [ "mcp-remote@latest", "https://mcp.atlassian.com/v1/mcp" ] }
  3. 保存して、Cursor の AI アシスタントまたはツール ペインを再起動します。

Cursor updates frequently. Check the official Cursor MCP documentation for the latest supported features and setup advice.

その他のデスクトップ クライアント

従来またはカスタムの MCP 互換 IDE またはツールを使用している場合は、次のように mcp-remote プロキシを使用して接続します。

  1. Open your terminal.

  2. 次のコマンドを実行します。

    npx -y mcp-remote@latest https://mcp.atlassian.com/v1/mcp

     

  3. 次の形式でクライアント設定を構成します。

    "mcp.servers": { "Atlassian-Rovo-MCP": { "command": "npx", "args": ["-y", "mcp-remote@latest", "https://mcp.atlassian.com/v1/mcp"] } }
  4. Authenticate when prompted and leave your terminal session open.

  5. Follow your client’s documentation to trigger or test an MCP action.

セットアップを正常に行うためのヒント

  • Keep your terminal session running while using the IDE.

  • If your token expires, re-run the mcp-remote command.

  • Make sure your IDE’s MCP tooling is installed and enabled.

  • If your IDE or client is configured to use API tokens but cannot connect, ask your organization admin to confirm whether authentication via API token is enabled in the Atlassian Rovo MCP server settings.

試すことができるアクションの例

  • Jira の検索: 「過去 7 日間に自分に割り当てられたすべての課題を見つける」

  • Confluence ページの作成:「"エンジニアリング ロードマップ Q4" というタイトルのページを作成する」

  • 相互参照:「最新の 2 つのバグを 'Sprint 45' ページにリンクする」


免責事項

MCP clients can perform actions in Jira, Confluence, and Compass with your existing permissions. Use least privilege, review high‑impact changes before confirming, and monitor audit logs for unusual activity.

Learn more: MCP Clients - Understanding the potential security risks


Need help? Contact Atlassian Support or visit the getting started guide.

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。