Skip to content
Claude Desktop

Emailable for Claude Desktop

io.github.pipeworx-io/emailable

Emailable MCP — wraps the Emailable email verification API (emailable.com)

client:Claude Desktop transport:streamable-http

Install Emailable in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "emailable": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/emailable/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Emailable in other clients