1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MCPお試し最短手順 ~僕の名前は「ブラッド・ピット」です~

Last updated at Posted at 2025-05-23

MCPお試し最短手順

(開発環境の入っていないPC上でテストしていないので、リポートを受けて修正します)

PowerShellのウィンドウからuvをインストール

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

NodeのサイトからNode.jsをダウンロード&インストール

https://nodejs.org/en/download

↑このサイトにアクセスし
↓のWindows Installerをタップします。
スクリーンショット 2025-05-24 082558.png

ダウンロードした↓をクリックしてインストール
スクリーンショット 2025-05-23 192436.png

インストーラーは、↓のnextボタンを押し続けるだけ
スクリーンショット 2025-05-24 083106.png

Claude Desktopをダウンロード&インストール

↓からClaude Desktopをダウンロードし、インストールします。

https://claude.ai/download

Claude Desktopの "claude_desktop_config.json" を編集

Claudeを起動します。
スクリーンショット 2025-05-24 083429.png

Claude Desktopの左上の<☰>アイコン -> ファイル -> 設定 -> 開発者 -> 構成を編集 で claude_desktop_config.json を編集(テキストファイルなので、テキストが編集できるなら、どのエディターでもOK)

下の"#user#"の部分を自分のユーザー名にして claude_desktop_config.json にコピペ

{
  "globalShortcut": "",
  "mcpServers": {
    "mcp-installer": {
      "command": "npx",
      "args": [
        "@anaisbetts/mcp-installer"
      ]
    },
    "blender-mcp": {
      "command": "uvx",
      "args": [
        "blender-mcp"
      ]
    },
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/#user#/Desktop",
        "/Users/#user#/Downloads"
      ]
    },
    "mcp-browser-use": {
      "command": "uvx",
      "args": [
        "mcp-browser-use"
      ]
    }
  }
}

Claudeを再起動する際に、左上のアイコン -> ファイル -> 終了 で終了し再起動

僕の名前は「ブラッド・ピット」です (MCPサーバーの追加)

「MCPを使って、デスクトップ上のファイルをリストアップして」

(<註> このローカルファイルアクセスMCPがエラーの場合は、ここをスキップして、MCPメモリを試してください。)

これでPCのデスクトップ上のファイルがリストできたらOK

MCPを試すだけなら、ここまでで任務完了です。

ClaudeからWindowsのファイルを直接操作できるようになってます。

以下はおまけ

MCPをインストールするMCPもセットしてあるので
↓のように、対話しながら新しいMCPサーバーを追加できる
キャプチャ1.PNG

Claudeはセッションが終わったら記憶を失うので、情報をMCPサーバーに記憶させると、ユーザーの名前も覚えてれたたり、長いプロンプトを毎回コピペする必要もなくなる

キャプチャ2.PNG

僕の名前は「ブラッド・ピット」です。MCPメモリに記憶して

と告げると、別のセッションで、僕の名前はMCPメモリにあるから思い出してというと
思い出します。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?