npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

orbitflow-mcp-connector

v1.0.0

Published

Orbitflow MCP Server — Connect Claude AI to n8n workflows, business data, and automation pipelines

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-connector

Or use directly with npx (no install required):

npx @orbitflow/mcp-connector

2. 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 start

License

MIT — Free to use, modify, and distribute.

Built with Model Context Protocol SDK by Anthropic.


Orbitflow — AI Agents for Business | orbitflow.ai