Home › Marketing & E-Commerce › Hermoso

Hermoso

Marketing on autopilot from your agent. 856 tools, usable alone. Publishing and ads cost no credits.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-24 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://app.hermoso.ai/mcp?src=registry Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http hermoso https://app.hermoso.ai/mcp?src=registry

Or add to your MCP client config:

{
  "mcpServers": {
    "hermoso": {
      "url": "https://app.hermoso.ai/mcp?src=registry"
    }
  }
}

Package (npm 0.1.285)

npx -y hermoso@0.1.285

Or add to your MCP client config:

{
  "mcpServers": {
    "hermoso": {
      "command": "npx",
      "args": [
        "-y",
        "hermoso@0.1.285"
      ],
      "env": {
        "HERMOSO_TOKEN": "<YOUR_VALUE>",
        "HERMOSO_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • HERMOSO_TOKEN secret — Hermoso agent key (hmk_…) from app.hermoso.ai, on the MCP & CLI tab under Terminal & API keys. Required against the hosted app.
  • HERMOSO_API_BASE — Hermoso API origin. Defaults to https://app.hermoso.ai; set http://localhost:3000 to run against your own server.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry