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/ai
MCP client config
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"@sendsoon/ai"
]
}
}
}