This guide includes optional LocalStack setup for local AWS simulation.
asyncmcp can be installed using various Python package managers:
asyncmcp requires Python 3.10 or higher.

Optional: LocalStack Setup

If you want to test AWS transports locally without using real AWS resources:
1

Install LocalStack

uv add localstack
2

Start LocalStack

localstack start
LocalStack will run on http://localhost:4566

Next Steps

Now that asyncmcp is installed, explore the specific transport guide for your use case:
Need Help? Check out our GitHub repository for more examples and to report issues.