orbitflow-mcp-connector
v1.0.0
Published
Orbitflow MCP Server — Connect Claude AI to n8n workflows, business data, and automation pipelines
Maintainers
Readme
Orbitflow MCP Connector
Connect Claude AI to your n8n automation workflows and business data — in minutes.
Built by Orbitflow — AI Agents for Business
What It Does
The Orbitflow MCP Connector bridges Claude AI with your n8n automation stack. Once installed, Claude can:
- List all your n8n workflows
- Trigger workflows directly from a Claude conversation
- Monitor execution status and history
- Activate/deactivate workflows on demand
- Pull KPIs and business metrics
- Generate reports from your data
- Send notifications via Slack, email, or Telegram
Example Conversations with Claude
"Show me all active workflows and trigger the lead-qualification one with this new contact data"
"What workflows ran today and were there any errors?"
"Generate a weekly operations report and send it to Slack"
"Deactivate the email campaign workflow — we need to pause it"
Quick Setup
1. Install
npm install -g @orbitflow/mcp-connectorOr use directly with npx (no install required):
npx @orbitflow/mcp-connector2. Configure Claude Desktop
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"orbitflow": {
"command": "npx",
"args": ["@orbitflow/mcp-connector"],
"env": {
"N8N_URL": "https://your-n8n.com",
"N8N_API_KEY": "your-api-key",
"ORBITFLOW_CLIENT": "your-company"
}
}
}
}3. Restart Claude Desktop
Close and reopen Claude Desktop. You should see "orbitflow" in the connected tools.
Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| N8N_URL | Yes | Your n8n instance URL |
| N8N_API_KEY | Yes | n8n API key (Settings → API) |
| ORBITFLOW_CLIENT | No | Client identifier for multi-tenant setups |
| NOTIFICATION_WORKFLOW_ID | No | Workflow ID for send_notification tool |
| KPI_SOURCE_URL | No | URL for KPI data endpoint |
| DEBUG | No | Enable debug logging |
Available Tools
Workflow Management
| Tool | Description |
|------|-------------|
| list_workflows | List all workflows with status |
| trigger_workflow | Trigger a workflow (requires webhook trigger) |
| get_workflow_status | Check execution status |
| get_workflow_executions | View execution history |
| activate_workflow | Enable/disable a workflow |
Business Intelligence
| Tool | Description |
|------|-------------|
| get_kpis | Get current business metrics |
| run_report | Generate a report (summary/weekly/monthly/operations/sales) |
| send_notification | Send alert via Slack/email/Telegram |
For Enterprise Clients
This connector is part of the Orbitflow AI Agents suite. We offer:
- Custom MCP connectors tailored to your systems (CRM, ERP, databases)
- White-label deployment with your branding
- SLA support and onboarding
- Multi-agent orchestration using Claude + n8n
Contact: [email protected] | Upwork Profile
Development
# Clone and install
git clone https://github.com/orbitflow/mcp-connector
cd mcp-connector
npm install
# Configure
cp .env.example .env
# Edit .env with your n8n details
# Build
npm run build
# Run locally
npm startLicense
MIT — Free to use, modify, and distribute.
Built with Model Context Protocol SDK by Anthropic.
Orbitflow — AI Agents for Business | orbitflow.ai
