Connect Your AI Assistant to FlowDot

Build and run AI workflows directly from Claude, Cursor, or any MCP-compatible client

TL;DR - FlowDot MCP at a Glance

Last updated: January 16, 2026

What Can Your AI Assistant Do with FlowDot?

Once connected, your AI assistant gains access to FlowDot's full capabilities through natural language:

Create Workflows

Design and build visual workflows with drag-and-drop nodes using natural language instructions

Execute Automations

Run workflows with custom inputs and get results directly in your conversation

RAG Knowledge Base

Upload documents and query your personal knowledge base for context-aware responses

Build Apps

Create and deploy React-based FlowDot apps that use workflows as backends

Custom Nodes

Write custom JavaScript nodes to extend workflow capabilities

MCP Toolkits

Create and share agent toolkits with HTTP and workflow-based tools

Supported AI Clients

FlowDot MCP works with any Model Context Protocol compatible client:

Claude Desktop
Cursor
VS Code + Claude
Windsurf
Claude Code
Any MCP Client

Installation Guide

Connect FlowDot to your AI assistant in 3 simple steps:

1

Get Your FlowDot API Key

Sign up for a free FlowDot account at flowdot.ai. Navigate to Settings > API and click "Generate API Key".

2

Add FlowDot to Your MCP Configuration

Add the following to your MCP client's configuration file:

{ "mcpServers": { "flowdot": { "command": "npx", "args": ["-y", "@anthropic/flowdot-mcp"], "env": { "FLOWDOT_API_KEY": "your-api-key-here" } } } }

Config file locations:

3

Restart Your AI Client

Restart Claude Desktop, Cursor, or your MCP client. FlowDot tools will now be available. Try asking: "List my FlowDot workflows" or "Create a new workflow that summarizes text".

Example Commands

Once connected, try these natural language commands with your AI assistant:

Frequently Asked Questions

What is FlowDot MCP?

FlowDot MCP is a Model Context Protocol server that allows AI assistants like Claude to interact with the FlowDot platform. Your AI can create workflows, execute automations, manage knowledge bases, and build apps directly through natural language.

Which AI assistants support FlowDot MCP?

FlowDot MCP works with Claude Desktop, Cursor, VS Code with Claude extension, Windsurf, and any other MCP-compatible client. The Model Context Protocol is an open standard supported by Anthropic.

Do I need a FlowDot account to use MCP?

Yes, you need a free FlowDot account to generate an API key. The free tier includes access to all MCP features. Premium features like unlimited workflows and advanced nodes require a subscription.

What can Claude do with FlowDot access?

Claude can create and edit workflows, execute workflows with custom inputs, search and browse public workflows, upload documents to your knowledge base, query your knowledge base for RAG, create and manage FlowDot apps, and build custom nodes.

Is FlowDot MCP secure?

Yes. FlowDot MCP uses your personal API key for authentication. All requests are encrypted via HTTPS. Your API key gives access only to your own workflows, knowledge bases, and apps. You can revoke access anytime from your FlowDot settings.

Can I use my own API keys with FlowDot MCP?

Yes. FlowDot supports BYOK (Bring Your Own Keys). Configure your OpenAI, Anthropic, Google, or Ollama keys in FlowDot settings, and your AI assistant will use those keys when executing workflows that require LLM calls.

Does FlowDot MCP work offline?

FlowDot MCP requires an internet connection to communicate with the FlowDot platform. However, if you're using Ollama for local AI models, the LLM processing happens locally while FlowDot manages the workflow orchestration.

Ready to Connect Your AI Assistant?

Create your free FlowDot account and get your API key in minutes

Get Started Free

Last updated: January 16, 2026