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?

AWSの調べもの、ブログ執筆、アプリ作成を行う際に便利なMCPサーバの纏め

0
Posted at

本ブログは自分が普段AWS関連の調べものなどで使ってるMCPサーバのメモです。

①AWS Knowledge MCP Server
https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server
AWS公式ドキュメントの情報を調べるのことができます。
最新のAWSアップデート情報を調べることもできます。

②AWS Pricing MCP Server
https://awslabs.github.io/mcp/servers/aws-pricing-mcp-server
AWSサービスの利用料金の試算を出すことができます。

③Draw.io MCP Server
https://github.com/jgraph/drawio-mcp
自然言語ベースでAWS構成図を作成することができます。
但し、ちゃんとした構成図を作ってもらうためにはプロンプトを工夫する必要があります。
(うまくいくプロンプトを模索中)

MCPサーバの設定方法
自環境にMCPサーバを設定する際の登録情報は各公式サイトに記載してあります。
Kiroの場合は自PCのmcpの設定ファイル(mcp.json)に公式サイトの情報を記載します。
※例:AWS Knowledge MCP Serverを使う場合は公式サイトの下記情報を追記

{
  "mcpServers": {
    "aws-knowledge-mcp-server": {
      "url": "https://knowledge-mcp.global.api.aws",
      "type": "http",
      "disabled": false
    }
  }
}
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?