Odel
mcp

mcp

Local
@sendsoon6TypeScriptMITUpdated 1w ago

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).

npm@sendsoon/mcpv0.3.8

Run

npx -y @sendsoon/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sendsoon/mcp"
      ]
    }
  }
}
PyPIsendsoon-mcpv0.3.8

Run

uvx sendsoon-mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "sendsoon-mcp"
      ]
    }
  }
}