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
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
🐋 Docker MCP server
ckreilingMCP server for Docker
Comments