-
Notifications
You must be signed in to change notification settings - Fork 7.1k
docs: Add AWS SES MCP server reference to community list #2141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add AWS SES MCP server reference to community list #2141
Conversation
a02943c
to
4255699
Compare
b31d69d
to
9e29e14
Compare
4667e9b
to
bf59a08
Compare
bf59a08
to
83bb15d
Compare
@@ -405,6 +405,7 @@ A growing set of community-developed and maintained servers demonstrates various | |||
- **[AWS Cost Explorer](https://github.com/aarora79/aws-cost-explorer-mcp-server)** - Optimize your AWS spend (including Amazon Bedrock spend) with this MCP server by examining spend across regions, services, instance types and foundation models ([demo video](https://www.youtube.com/watch?v=WuVOmYLRFmI&feature=youtu.be)). | |||
- **[AWS Resources Operations](https://github.com/baryhuang/mcp-server-aws-resources-python)** - Run generated python code to securely query or modify any AWS resources supported by boto3. | |||
- **[AWS S3](https://github.com/aws-samples/sample-mcp-server-s3)** - A sample MCP server for AWS S3 that flexibly fetches objects from S3 such as PDF documents. | |||
- **[AWS SES](https://github.com/aws-samples/sample-for-amazon-ses-mcp)** Sample MCP Server for Amazon SES (SESv2). See [AWS blog post](https://aws.amazon.com/blogs/messaging-and-targeting/use-ai-agents-and-the-model-context-protocol-with-amazon-ses/) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR - should these aws-samples links actually go in the Official section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR - should these aws-samples links actually go in the Official section?
@olaservo, based on the description, the official section includes production-ready MCP servers
, but the sample is not intended for use in a production environment at this time. For this reason, I placed it under the Community section even though the sample is official. Let me know if you think it would make more sense to move the sample to the Official section with a note such as (Not intended for production use)
.
83bb15d
to
f9df487
Compare
Add reference to sample MCP Server for Amazon SES (SESv2) in the README.md with a link to the GitHub repository and AWS blog post for more details.
f9df487
to
202341f
Compare
Thanks for your contribution to the servers list. This has been merged in this combined PR: #2370 This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me. |
Description
Add reference to sample MCP Server for Amazon SES (SESv2) in the README.md with a link to the GitHub repository and AWS blog post for more details.
Server Details
Motivation and Context
This change adds a reference to the Amazon SES (SESv2) MCP server in the community servers list to increase visibility and adoption. The SESv2 MCP server enables LLM clients to interact with Amazon SES APIs, allowing for email sending and management capabilities through natural language.
How Has This Been Tested?
I've tested this MCP server with the scenarios described in the AWS blog post Use AI agents and the Model Context Protocol with Amazon SES. These scenarios include email sending, template management, and verification operations through natural language.
Breaking Changes
N/A
Types of changes
Checklist
Additional context
N/A