← Back to Plugins
MCP Server MCP

Hermoso

github By github 👁 1 views ▲ 0 votes

681 tools, all usable alone: ad research, video ads, publishing, campaigns. Meta, Google, TikTok.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.hermoso.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hermoso",
      "version": "0.1.142",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the Hermoso stdio MCP server",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Hermoso agent key (hmk_…) from app.hermoso.ai → Settings → Agents & API. Required against the hosted app.",
          "isSecret": true,
          "name": "HERMOSO_TOKEN"
        },
        {
          "description": "Hermoso API origin. Defaults to https://app.hermoso.ai; set http://localhost:3000 to run against your own server.",
          "name": "HERMOSO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...