MCPサーバー開発
@bocchiczennie
About MCPサーバー開発
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_envtool 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.
More Cloud & Infrastructure MCP servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
🐋 Docker MCP server
ckreilingMCP server for Docker
Comments