Send email, look up public IP information, and convert files to Markdown through SendSoon.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @sendsoon/mcp
MCP client config
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sendsoon/mcp"
]
}
}
}Run
uvx sendsoon-mcp
MCP client config
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"sendsoon-mcp"
]
}
}
}