MCP.so
登录

MCPサーバー開発

@bocchiczennie

关于 MCPサーバー開発

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

bocchiczennie

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCPサーバー開発?

This server reports AWS monthly costs by retrieving cost report data from an S3 bucket. It is designed to work with Claude Desktop, allowing users to query AWS spending via natural language prompts. It is built for Node.js and requires AWS CLI configuration.

How to use MCPサーバー開発?

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のコストを教えて".

Key features of MCPサーバー開発

  • 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).

Use cases of MCPサーバー開発

  • Querying current month’s AWS costs via natural language in Claude Desktop.
  • Automating cost report retrieval for DevOps or finance teams.
  • Integrating AWS cost monitoring into an MCP‑enabled assistant.

FAQ from MCPサーバー開発

What are the system requirements?

Node.js version 16 or higher and AWS CLI version 2.23.3 (verified).

How do I configure the server?

Edit claude_desktop_config.json under mcpServers.aws-monthly-cost-report.env with your AWS region, profile, S3 endpoint, and cost report bucket name.

Where does the cost data live?

Cost report data is stored in the S3 bucket specified by the AWS_COST_REPORT_BUCKET environment variable.

What is the example prompt to get a cost report?

The prompt "今月のAWSのコストを教えて" retrieves the current month’s AWS costs.

How do I apply configuration changes?

After modifying claude_desktop_config.json, restart Claude Desktop to apply the new settings.

评论

云与基础设施 分类下的更多 MCP 服务器