Samotpravil MCP
Rank #21,288io.github.dkanster/samotpravil-mcp
MCP server for Samotpravil SMTP API — documentation search, typed API tools, and safety flags.
Samotpravil MCP is a Model Context Protocol (MCP) server published by dkanster. It ranks #21,288 of 115,591 servers tracked on MCP Toplist. Samotpravil MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 94,303 of 115,591 servers on MCP Toplist.
Use Samotpravil MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add samotpravil-mcp -e "SAMOTPRAVIL_API_KEY=<your SAMOTPRAVIL_API_KEY>" -e "SAMOTPRAVIL_READ_ONLY=<your SAMOTPRAVIL_READ_ONLY>" -e "SAMOTPRAVIL_ALLOW_SEND=<your SAMOTPRAVIL_ALLOW_SEND>" -- npx -y samotpravil-mcpReplace each placeholder with your own value before saving.
[mcp_servers.samotpravil-mcp]
command = "npx"
args = ["-y", "samotpravil-mcp"]
[mcp_servers.samotpravil-mcp.env]
SAMOTPRAVIL_API_KEY = "<your SAMOTPRAVIL_API_KEY>"
SAMOTPRAVIL_READ_ONLY = "<your SAMOTPRAVIL_READ_ONLY>"
SAMOTPRAVIL_ALLOW_SEND = "<your SAMOTPRAVIL_ALLOW_SEND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"samotpravil-mcp": {
"command": "npx",
"args": [
"-y",
"samotpravil-mcp"
],
"env": {
"SAMOTPRAVIL_API_KEY": "<your SAMOTPRAVIL_API_KEY>",
"SAMOTPRAVIL_READ_ONLY": "<your SAMOTPRAVIL_READ_ONLY>",
"SAMOTPRAVIL_ALLOW_SEND": "<your SAMOTPRAVIL_ALLOW_SEND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"samotpravil-mcp": {
"command": "npx",
"args": [
"-y",
"samotpravil-mcp"
],
"env": {
"SAMOTPRAVIL_API_KEY": "<your SAMOTPRAVIL_API_KEY>",
"SAMOTPRAVIL_READ_ONLY": "<your SAMOTPRAVIL_READ_ONLY>",
"SAMOTPRAVIL_ALLOW_SEND": "<your SAMOTPRAVIL_ALLOW_SEND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"samotpravil-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"samotpravil-mcp"
],
"env": {
"SAMOTPRAVIL_API_KEY": "<your SAMOTPRAVIL_API_KEY>",
"SAMOTPRAVIL_READ_ONLY": "<your SAMOTPRAVIL_READ_ONLY>",
"SAMOTPRAVIL_ALLOW_SEND": "<your SAMOTPRAVIL_ALLOW_SEND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"samotpravil-mcp": {
"command": "npx",
"args": [
"-y",
"samotpravil-mcp"
],
"env": {
"SAMOTPRAVIL_API_KEY": "<your SAMOTPRAVIL_API_KEY>",
"SAMOTPRAVIL_READ_ONLY": "<your SAMOTPRAVIL_READ_ONLY>",
"SAMOTPRAVIL_ALLOW_SEND": "<your SAMOTPRAVIL_ALLOW_SEND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"samotpravil-mcp": {
"command": "npx",
"args": [
"-y",
"samotpravil-mcp"
],
"env": {
"SAMOTPRAVIL_API_KEY": "<your SAMOTPRAVIL_API_KEY>",
"SAMOTPRAVIL_READ_ONLY": "<your SAMOTPRAVIL_READ_ONLY>",
"SAMOTPRAVIL_ALLOW_SEND": "<your SAMOTPRAVIL_ALLOW_SEND>"
}
}
}
}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/io.github.dkanster%2Fsamotpravil-mcp)<a href="https://mcptoplist.com/server/io.github.dkanster%2Fsamotpravil-mcp"><img src="https://mcptoplist.com/badge/io.github.dkanster%2Fsamotpravil-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
dkanster
Other servers by dkanster
View all dkanster servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains Samotpravil MCP?
- Samotpravil MCP is maintained by dkanster, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Samotpravil MCP listed on the Official MCP Registry?
- Yes — Samotpravil MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Samotpravil MCP have?
- MCP Toplist tracks 1 version of Samotpravil MCP, most recently published on Jun 22, 2026.
- Where can I find the source code for Samotpravil MCP?
- The source code for Samotpravil MCP is hosted at github.com/dkanster/samotpravil-mcp.