FlowiseAI Connector for AI agents.
12 live capabilities
Run and manage RAG pipelines and LLM chatflows from your chat window.
Waiting for input…
Why people use FlowiseAI
FlowiseAI RAG Pipeline Management
With this Connector, you can handle that entire cycle from a single chat window. Just tell your agent to push new data into your vector store, and it handles the connection to your Flowise instance. You get immediate confirmation that the context is updated, letting you focus on refining your prompts instead of managing files.
What Vinkius changes
You get a way to run and manage your Flowise workflows without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Testing RAG accuracy
A developer asks the agent to run a specific flow with a test prompt to see if the vector store is returning the right context.
- Real-world use case 02
Automated data ingestion
A data engineer tells the agent to push a new batch of documents into the vector store for a specific chatflow.
- Real-world use case 03
Lead tracking
A product manager asks for a summary of all leads captured in the last 24 hours from the Sales Bot flow.
Complete set · 12capabilities
The complete FlowiseAI capability set.
These are the exact actions your AI can choose when you ask it to work with FlowiseAI.
01—04
4 capabilities in this set.
Part of 12 available through FlowiseAI.
- 01 Capability
List chatflows
List all LLM orchestration flows. Use this to see what's currently active in your Flowise instance.
- 02 Capability
List flowise credentials
List configured credentials. This helps you manage access keys across your entire environment.
- 03 Capability
List chat feedback
List user feedback for a chatflow. Use this to see what your users actually think of your bots.
- 04 Capability
List flow leads
List captured leads. It's a quick way to see who is interacting with your AI flows.
05—08
4 capabilities in this set.
Part of 12 available through FlowiseAI.
- 05 Capability
List external capabilities
List custom capabilities. Use this to understand what extra actions your agent can take.
- 06 Capability
Execute chatflow prediction
Trigger an LLM flow prediction. This lets your agent actually run the logic and give you an answer.
- 07 Capability
Upsert vector data
Push data into a vector store. It keeps your RAG context fresh without manual uploads.
- 08 Capability
Get chatflow details
Get details for a specific chatflow. This is great for deep-diving into how a flow is built.
09—12
4 capabilities in this set.
Part of 12 available through FlowiseAI.
- 09 Capability
Get server version
Get Flowise version. Use this to ensure your instance is up to date.
- 10 Capability
List ai assistants
List your OpenAI-style assistants. This helps you keep track of all the specialized agents you've built.
- 11 Capability
List marketplace templates
List chatflow templates. This helps you find starting points for new projects.
- 12 Capability
List flow variables
List global variables. This helps you manage settings that apply to your entire Flowise setup.
Set up in minutes
One URL. Then ask FlowiseAI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use FlowiseAI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it FlowiseAI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable FlowiseAI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the FlowiseAI URL.
- Step 03
Save and start
Save the connection and enable FlowiseAI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flowiseai": {
"url": "https://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using FlowiseAI
Open Agent mode in chat and ask: "Using FlowiseAI, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flowiseai": {
"url": "https://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using FlowiseAI
Ask Copilot: "Using FlowiseAI, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flowiseai": {
"url": "https://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using FlowiseAI
Open Cascade and ask: "Using FlowiseAI, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flowiseai": {
"url": "https://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using FlowiseAI
Ask Cline: "Using FlowiseAI, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flowiseai --transport http "https://edge.vinkius.com/vk_preview_lh0zyPoJJj1xxwGDq27KDGRA6H9DV4YmiVFcM13z/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using FlowiseAI
Ask Claude: "Using FlowiseAI, show me...". 12 tools are ready
Where the request belongs
Work FlowiseAI can move forward.
You're likely an AI engineer or a data person who's tired of manual testing. You need a way to interact with complex flows without the constant context switching between your browser and your code.
AI Engineer
Testing complex logic in FlowiseAI by running chatflows via natural language queries on a Tuesday afternoon.
Data Engineer
Automating the ingestion of new documents into RAG vector stores without manually uploading files.
Product Manager
Checking lead counts and user feedback from FlowiseAI flows without opening a separate dashboard.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVoiceflow
Design, prototype, and launch conversational AI agents with a visual builder that handles complex dialog flows without code.
Flowise
Manage low-code AI workflows via Flowise. run predictions, track chatflows and agentflows, handle capabilities, and audit execution history directly from any AI agent.
VectorShift (AI Workflow & RAG Automation)
Automate AI workflows and RAG via VectorShift. manage pipelines, query knowledge bases, and deploy chatbots directly from any AI agent.
Dify
Manage agentic workflows via Dify. send chat messages, track conversations, audit app parameters, and handle file uploads directly from any AI agent.
Chaindesk
Build no-code AI agents trained on your own data that handle customer support, lead qualification, and FAQ resolution.
Langflow (Visual Multi-agent Orchestrator)
Orchestrate multi-agent AI workflows visually. execute flows, manage projects, and trigger webhooks directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep FlowiseAI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about FlowiseAI.
The practical details behind the request, access and result.
Can I use FlowiseAI with my existing self-hosted setup?
Yes. You just need to provide your Flowise instance URL and your API key. The Connector will then connect your AI client directly to your backend.
How does FlowiseAI help with RAG pipelines?
It allows your agent to push new data into your vector stores automatically. This keeps your RAG context fresh without you having to manually upload files.
Can my agent see the leads I've collected?
Yes, it can. You can ask your agent to list captured leads from any of your active flows to see who is interacting with your bots.
Does FlowiseAI work with any AI client?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf, giving you a unified way to manage your flows.
How do I update my vector store data using FlowiseAI?
Simply tell your agent to push the data you want to update. It will handle the communication with your Flowise instance to update the vector store.
Can I see the technical details of my flows?
Yes. You can ask your agent to pull the technical structure and metadata for any specific flow to see exactly how it's built.
How do I find my API Key in Flowise?
Log in to your Flowise dashboard and click on the API Keys tab in the sidebar to generate or copy your unique token.
Does this support multi-tenant instances?
Yes! Ensure you provide the full Instance URL and the API Key corresponding to the specific environment you want to manage.
Can I push documents to vector stores via AI?
Absolutely. Use the upsert_vector_data capability by providing the chatflow_id and the JSON payload containing your document data.
One connection away
Give your agent a direct line to FlowiseAI.
Connect FlowiseAI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available