Wraps Js
Rank #10,154dev.wraps/email
Query SES send history, delivery events, domains and suppressions, and send from your AWS account.
Wraps Js is a Model Context Protocol (MCP) server published by wraps-team. It ranks #10,154 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Wraps Js is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 121,959 of 132,113 servers on MCP Toplist.
Use Wraps Js
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add email -e "AWS_REGION=<your AWS_REGION>" -e "AWS_PROFILE=<your AWS_PROFILE>" -e "WRAPS_WRITE_ENABLED=<your WRAPS_WRITE_ENABLED>" -e "WRAPS_FROM_EMAIL=<your WRAPS_FROM_EMAIL>" -e "WRAPS_ALLOWED_RECIPIENTS=<your WRAPS_ALLOWED_RECIPIENTS>" -e "WRAPS_ALLOWED_RECIPIENT_DOMAINS=<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>" -e "WRAPS_HISTORY_TABLE_NAME=<your WRAPS_HISTORY_TABLE_NAME>" -- npx -y @wraps.dev/mcpReplace each placeholder with your own value before saving.
[mcp_servers.email]
command = "npx"
args = ["-y", "@wraps.dev/mcp"]
[mcp_servers.email.env]
AWS_REGION = "<your AWS_REGION>"
AWS_PROFILE = "<your AWS_PROFILE>"
WRAPS_WRITE_ENABLED = "<your WRAPS_WRITE_ENABLED>"
WRAPS_FROM_EMAIL = "<your WRAPS_FROM_EMAIL>"
WRAPS_ALLOWED_RECIPIENTS = "<your WRAPS_ALLOWED_RECIPIENTS>"
WRAPS_ALLOWED_RECIPIENT_DOMAINS = "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>"
WRAPS_HISTORY_TABLE_NAME = "<your WRAPS_HISTORY_TABLE_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"@wraps.dev/mcp"
],
"env": {
"AWS_REGION": "<your AWS_REGION>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"WRAPS_WRITE_ENABLED": "<your WRAPS_WRITE_ENABLED>",
"WRAPS_FROM_EMAIL": "<your WRAPS_FROM_EMAIL>",
"WRAPS_ALLOWED_RECIPIENTS": "<your WRAPS_ALLOWED_RECIPIENTS>",
"WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
"WRAPS_HISTORY_TABLE_NAME": "<your WRAPS_HISTORY_TABLE_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"@wraps.dev/mcp"
],
"env": {
"AWS_REGION": "<your AWS_REGION>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"WRAPS_WRITE_ENABLED": "<your WRAPS_WRITE_ENABLED>",
"WRAPS_FROM_EMAIL": "<your WRAPS_FROM_EMAIL>",
"WRAPS_ALLOWED_RECIPIENTS": "<your WRAPS_ALLOWED_RECIPIENTS>",
"WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
"WRAPS_HISTORY_TABLE_NAME": "<your WRAPS_HISTORY_TABLE_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"email": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wraps.dev/mcp"
],
"env": {
"AWS_REGION": "<your AWS_REGION>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"WRAPS_WRITE_ENABLED": "<your WRAPS_WRITE_ENABLED>",
"WRAPS_FROM_EMAIL": "<your WRAPS_FROM_EMAIL>",
"WRAPS_ALLOWED_RECIPIENTS": "<your WRAPS_ALLOWED_RECIPIENTS>",
"WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
"WRAPS_HISTORY_TABLE_NAME": "<your WRAPS_HISTORY_TABLE_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"@wraps.dev/mcp"
],
"env": {
"AWS_REGION": "<your AWS_REGION>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"WRAPS_WRITE_ENABLED": "<your WRAPS_WRITE_ENABLED>",
"WRAPS_FROM_EMAIL": "<your WRAPS_FROM_EMAIL>",
"WRAPS_ALLOWED_RECIPIENTS": "<your WRAPS_ALLOWED_RECIPIENTS>",
"WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
"WRAPS_HISTORY_TABLE_NAME": "<your WRAPS_HISTORY_TABLE_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"@wraps.dev/mcp"
],
"env": {
"AWS_REGION": "<your AWS_REGION>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"WRAPS_WRITE_ENABLED": "<your WRAPS_WRITE_ENABLED>",
"WRAPS_FROM_EMAIL": "<your WRAPS_FROM_EMAIL>",
"WRAPS_ALLOWED_RECIPIENTS": "<your WRAPS_ALLOWED_RECIPIENTS>",
"WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<your WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
"WRAPS_HISTORY_TABLE_NAME": "<your WRAPS_HISTORY_TABLE_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.wraps%2Femail)<a href="https://mcptoplist.com/server/dev.wraps%2Femail"><img src="https://mcptoplist.com/badge/dev.wraps%2Femail.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wraps-team
Other servers by wraps-team
View all wraps-team servers →Available versions (2)
| Version | Published |
|---|---|
| 0.8.0 | Sep 14, 2026 |
| 0.7.1 | Sep 9, 2026 |
Frequently asked questions
- Who maintains Wraps Js?
- Wraps Js is maintained by wraps-team, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Wraps Js listed on the Official MCP Registry?
- Yes — Wraps Js is listed on the Official MCP Registry.
- How many versions does Wraps Js have?
- MCP Toplist tracks 2 versions of Wraps Js, most recently published on Sep 14, 2026.
- Where can I find the source code for Wraps Js?
- The source code for Wraps Js is hosted at github.com/wraps-team/wraps-js.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.