TL;DR - FlowDot MCP at a Glance
- What: Model Context Protocol server that connects AI assistants to FlowDot
- Works with: Claude Desktop, Cursor, VS Code, Windsurf, and any MCP client
- Setup time: 5 minutes with your free FlowDot API key
- Capabilities: Create workflows, execute automations, RAG queries, build apps
- Cost: Free tier available, premium features with subscription
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:
Installation Guide
Connect FlowDot to your AI assistant in 3 simple steps:
Get Your FlowDot API Key
Sign up for a free FlowDot account at flowdot.ai. Navigate to Settings > API and click "Generate API Key".
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:
- Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - Cursor:
.cursor/mcp.jsonin your project
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:
- "List my FlowDot workflows" - See all your saved workflows
- "Create a workflow that translates text to Spanish" - Build a new workflow
- "Run my email summarizer workflow with this text: [paste email]" - Execute a workflow
- "Upload this PDF to my FlowDot knowledge base" - Add documents for RAG
- "Search my knowledge base for information about project timelines" - Query your docs
- "Create a FlowDot app with a text input and translate button" - Build an app
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 FreeLast updated: January 16, 2026
FlowDot