Flowise is a visual low-code platform for building AI-powered chatflows and agents. By integrating Membit with Flowise, you can enhance your AI agents with real-time social context, enabling them to access current trends, breaking news, and live conversations from across the web through a visual drag-and-drop interface.

Prerequisites

Before you begin, make sure you have:
  • An active Flowise instance (cloud or self-hosted)
  • A Membit account with an API key (get one here)
  • Basic familiarity with Flowise’s visual workflow builder
  • A Google AI Studio API key for the chat model (optional)
Flowise makes building AI workflows incredibly intuitive with its visual node-based interface - no coding required!

Setting Up Membit Custom MCP

Follow these steps to integrate Membit with your Flowise chatflows:
1

Access Chatflows

Navigate to your Flowise dashboard and click Chatflows in the menu bar to access the workflow builder.
Flowise dashboard showing chatflows menu option
2

Create New Chatflow

Click Add New to start building a new chatflow from scratch.
Flowise add new chatflow button
3

Add Node Panel

Click Add Node in the top left corner to open the node library.
Flowise add node button in workflow editor
4

Search for Custom MCP

In the node search bar, type “Custom MCP” to find the Model Context Protocol integration node.
Searching for Custom MCP node in Flowise node library
The Custom MCP node enables Flowise to connect with external MCP servers like Membit, providing real-time context to your chatflows.
5

Configure Custom MCP Node

Drag and drop the Custom MCP node to your chatflow board, then configure it with your Membit server details.
Custom MCP node configuration interface in Flowise
MCP Server Configuration: Set the configuration using JSON format and replace with your Membit API key:
{
  "url": "https://mcp.membit.ai/mcp/?Membit-Api-Key=<your-api-key>"
}
Replace <your-api-key> with your actual Membit API key. Keep this credential secure and don’t share it with unauthorized users.
After configuration, click the refresh button to load available actions, then select the actions you want to use.

Building Your First Chatflow

Now let’s create a complete chatflow that uses Membit’s real-time context:
1

Add Chat Model

Search for and add a ChatGoogleGenerativeAI node to handle the conversational AI.
Searching for ChatGoogleGenerativeAI node in Flowise
Configuration:
  • Set up your Google AI Studio API key credential
  • Select your preferred model (e.g., Gemini Pro)
ChatGoogleGenerativeAI node configuration in Flowise
2

Add Tool Agent

Search for and add a Tool Agent node to coordinate between the chat model and external tools.
Searching for Tool Agent node in Flowise
The Tool Agent acts as the orchestrator, managing how your chat model interacts with external tools like Membit.
3

Add Buffer Memory

Search for and add a Buffer Memory node to maintain conversation context.
Searching for Buffer Memory node in Flowise
4

Connect the Nodes

Connect all the nodes to create a functioning chatflow:
Connected Flowise chatflow showing all nodes linked together
Connection Pattern:
  • Custom MCPTools (Tool Agent)
  • ChatGoogleGenerativeAITool Calling Chat Model (Tool Agent)
  • Buffer MemoryMemory (Tool Agent)
The visual connections show the data flow - the Tool Agent receives tools from Custom MCP, uses the chat model for responses, and maintains memory for context.
5

Test Your Chatflow

Once all nodes are connected, test your chatflow by starting a conversation.
Flowise chat interface showing conversation with real-time context

Testing the chatflow with real-time context from Membit

Try asking questions like “What’s trending in AI today?” or “Tell me about recent crypto news” to see Membit’s real-time context in action.