Claude Flow MCP

Manage Claude Flow MCP servers with stdio, http, and websocket transports.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ricable/cli-skills-builder --skill claude-flow-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Claude Flow MCP
Source: https://github.com/ricable/cli-skills-builder/tree/main/.claude/skills/claude-flow-mcp
Command: npx skills add https://github.com/ricable/cli-skills-builder --skill claude-flow-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and integration of the Claude Flow Model Context Protocol (MCP) server, enabling seamless communication and tool utilization within Claude Flow applications.

Core Features & Use Cases

  • Server Management: Start, stop, status checks, health checks, and restarts for the MCP server.
  • Tool Integration: List, toggle, and execute tools registered with the MCP server.
  • Use Case: When developing a new Claude Flow application that requires a robust communication layer, use this Skill to quickly set up and manage the MCP server, ensuring all necessary tools are available and operational.

Quick Start

Start the MCP server using the command npx @claude-flow/cli@latest mcp start.

Frequently Asked Questions about Claude Flow MCP

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start an MCP server using the Claude Flow CLI?

To start the MCP server, run the command `npx @claude-flow/cli@latest mcp start`. This initializes the server and facilitates server operations for integrating MCP into your applications.

What transports does the Claude Flow MCP server support?

The Claude Flow MCP server supports stdio, http, and websocket transports. This allows flexible communication layers depending on your application's specific integration requirements.

How can I manage tools registered with the MCP server?

You can list, toggle, and execute tools registered with the MCP server. This tool registry management ensures all necessary tools are available and operational within your Claude Flow applications.

Do I need to install any dependencies to use the Claude Flow MCP server?

Yes, you need the @claude-flow/cli package for command-line execution to manage the MCP server. The Skill simplifies server management and tool integration but requires this CLI package to operate.

What server management operations are available for the MCP server?

Available server management operations include starting, stopping, checking status, performing health checks, and restarting the MCP server. These operations ensure your communication layer remains robust and operational.

When should I use this Skill for MCP server management?

Use this Skill when developing a new Claude Flow application that requires a robust communication layer. It quickly sets up and manages the MCP server, ensuring all necessary tools are available and operational.