Odel
discord furlow

discord furlow

Local
@virgilvox1TypeScriptUpdated 4mo ago

Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots.

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@furlow/mcpv1.0.1

Run

npx -y @furlow/mcp

MCP client config

{
  "mcpServers": {
    "discord-furlow": {
      "command": "npx",
      "args": [
        "-y",
        "@furlow/mcp"
      ]
    }
  }
}