MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-server-aws-resources-python

mcp-server-aws-resources-python

GitHub

This repository provides an MCP server that executes Python code to query and manage AWS resources using boto3. It offers a Docker-based, Python-centric alternative to existing solutions, prioritizing stability, ease

21
3

AWS Resources MCP Server

This project provides a Model Context Protocol (MCP) server that allows querying AWS resources using boto3 through generated Python code. It's designed to offer more flexibility and control compared to services like AWS Chatbot.

Overview: The server exposes an aws://query_resources resource and a query_aws_resources tool. The tool executes Python code snippets, enabling users to interact with AWS services. It requires a code_snippet input and sets a result variable with the query output. Allowed imports include boto3, operator, json, datetime, and pytz.

Setup: The server can be installed via Smithery or Docker. Docker installation involves pulling the image or building it locally, requiring AWS credentials via environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION) or an AWS profile.

Usage: The server is intended for use with Claude Desktop, with configuration examples provided for both Docker and Git clone setups.

Repository

BA
baryhuang

baryhuang/mcp-server-aws-resources-python

Created

January 14, 2025

Updated

March 22, 2025

Language

Python

Category

System Tools