0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Claude Codeで作ったMCPサーバーをClaude Codeで設定する方法

Last updated at Posted at 2025-08-08

Claude CodeでリモートMCPサーバーを作ってみたのだが、Claude CodeでMCPサーバーとして認識させる方法ってそもそも何だっけ?がすぐに分からなかったのでメモ。

設定方法

MCPサーバー名がaws-s3-remoteでHTTP型の場合、以下のように設定する。
ちなみにClaude Codeのバージョンは1.0.67(macOS Sequoia 15.5)。

> claude mcp add aws-s3-remote --transport http https://XXXXXXXXXX.execute-api.us-east-1.amazonaws.com/prod/mcp

Added HTTP MCP server aws-s3-remote with URL: https://XXXXXXXXXX.execute-api.us-east-1.amazonaws.com/prod/mcp to local config
File modified: /Users/ユーザー名/.claude.json [project: (中略)/mcp-sample]

確認

無事利用できた。

スクリーンショット_2025-08-09_0_00_12.png

まとめ

ClaudeやGPTで調べれば、これらのツール自身の利用方法やサンプルも比較的簡単に見つかる。が、たまに古いことがある(今回はこれ)ので、Webサーチで最新の情報を取得させることが重要かも。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?