{
  "openruna_format": "flow-graph-v1",
  "title": "Discord MCP Server",
  "slug": "discord-mcp-server",
  "source_filename": "1913_Discordtool_Stickynote_Automation_Webhook.json",
  "nodes": [
    {
      "id": "Send Discord Message to Channel",
      "name": "Send Discord Message to Channel",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Add Role To Member",
      "name": "Add Role To Member",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Remove Role from member",
      "name": "Remove Role from member",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Discord MCP Server Trigger",
      "name": "Discord MCP Server Trigger",
      "integration": "@n8n/n8n-nodes-langchain.mcp",
      "kind": "trigger"
    },
    {
      "id": "Get channels of server by server ID",
      "name": "Get channels of server by server ID",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Get members of server by server ID",
      "name": "Get members of server by server ID",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Send DM and Wait for reply",
      "name": "Send DM and Wait for reply",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Send to Channel and Wait for Reply",
      "name": "Send to Channel and Wait for Reply",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Send DM to User",
      "name": "Send DM to User",
      "integration": "discordTool",
      "kind": "action"
    },
    {
      "id": "Get Discord Server IDs",
      "name": "Get Discord Server IDs",
      "integration": "httpRequestTool",
      "kind": "action"
    }
  ],
  "edges": []
}