butterfly-mcp

enodo-io/butterfly-mcp
★ 0 stars JavaScript 🌐 Browser/Web Updated today
MCP server that exposes the Enodo Butterfly headless CMS (via the Butterfly API) as tools for LLM agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "butterfly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "enodo-io/butterfly-mcp"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server that exposes a Butterfly headless CMS instance to LLM agents. All tools talk to the Butterfly API — the public surface of the CMS — over HTTPS, authenticated with the property's **Private Key**. Three env vars: | Var | Required | Meaning | | --- | --- | --- | | `PUBLIC_API_URL` | yes | Base URL of the property's Butterfly API — either `https://<propertyId>.pubbtf.eno.do` or a custom API domain. |

Tools (4)

PRIVATE_API_KEYPUBLIC_API_KEYPUBLIC_API_URLlist_posts