
MCP AWS Dev
by martin-macak
Accelerate AWS development by providing AI access to DynamoDB schemas, Knowledge Bases, and script execution.
What it does
Connects AI assistants to the AWS ecosystem, enabling them to explore DynamoDB schemas, interact with AWS Knowledge Bases, and run scripts directly within the AWS environment for faster prototyping and infrastructure management.
Tools
dynamodb_schema: Fetch and analyze DynamoDB table schemas.knowledge_base: Search and retrieve information from AWS Knowledge Bases.script_runner: Execute scripts in the AWS environment to automate tasks.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"aws_dev": {
"command": "uv",
"args": [
"run",
"--project",
"/path/to/mcp-aws-dev",
"mcp-aws-dev"
],
"env": {
"AWS_REGION": "eu-west-1",
"AWS_DEFAULT_REGION": "eu-west-1"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run --project /path/to/mcp-aws-dev mcp-aws-devInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






