This guide includes optional LocalStack setup for local AWS simulation.
- uv (Recommended)
- pip
- poetry
- pipenv
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
2
Start LocalStack
http://localhost:4566
Next Steps
Now that asyncmcp is installed, explore the specific transport guide for your use case:SQS Transport
Simple queue-based async communication
SNS+SQS Transport
Topic-based pub/sub messaging
Webhook Transport
HTTP POST-based async messaging
StreamableHTTP+Webhook
Combined SSE and webhook approach
Need Help? Check out our GitHub repository for more examples and to report issues.