MCPサーバー開発
Description
# MCPサーバー開発 ## クイックスタートガイド Node.js 開発向け [https://modelcontextprotocol.io/quickstart/server#node](https://modelcontextprotocol.io/quickstart/server#node) - 上記URLを読んでMCPサーバーをClaude Desktopの準備をしておく ### システム要件 - Node.js バージョン 16 以上 - AWS CLI 2.23.3 (動作確認済み) ### npm インストール & ビルド…
About
# MCPサーバー開発 ## クイックスタートガイド Node.js 開発向け [https://modelcontextprotocol.io/quickstart/server#node](https://modelcontextprotocol.io/quickstart/server#node) - 上記URLを読んでMCPサーバーをClaude Desktopの準備をしておく ### システム要件 - Node.js バージョン 16 以上 - AWS CLI 2.23.3 (動作確認済み) ### npm インストール & ビルド ```bash npm install npm run build ``` ###…
Details
- Author
- bocchiczennie
- Downloads
- 129
- Categories
- Cloud Service
Jump to
- Reports AWS monthly cost report from an S3 bucket.
- Configurable AWS region, profile, and S3 endpoint.
- Auto-approves the get_env tool for environment variable access.
- Built with Node.js (version 16+ required).
Install dependencies with npm install, build with npm run build, and configure claude_desktop_config.json with the required environment variables (AWS_REGION, AWS_PROFILE, AWS_S3_ENDPOINT, AWS_COST_REPORT_BUCKET). Restart Claude Desktop after making changes. Invoke the server by sending a prompt such as "今月のAWSのコストを教えて".
MCPサーバー開発
クイックスタートガイド Node.js 開発向け
https://modelcontextprotocol.io/quickstart/server#node - 上記URLを読んでMCPサーバーをClaude Desktopの準備をしておくシステム要件
- Node.js バージョン 16 以上 - AWS CLI 2.23.3 (動作確認済み)npm インストール & ビルド
npm install
npm run build
claude_desktop_config.json
-env には環境変数を指定する
- 設定を変更したら、Claude Desktop を再起動する
{
"mcpServers": {
"aws-monthly-cost-report": {
"command": "node",
"args": [
"/path/to/aws-monthly-cost-report-mcp-server/build/index.js"
],
"env": {
"AWS_REGION": "ap-northeast-3",
"AWS_PROFILE": "default",
"AWS_S3_ENDPOINT": "https://s3.ap-northeast-3.amazonaws.com",
"AWS_COST_REPORT_BUCKET": "your-backet-name"
},
"disabled": false,
"autoApprove": [
"get_env"
]
}
}
}
プロンプト
今月のAWSのコストを教えて
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

