Odel
skillflow mcp server

skillflow mcp server

Local
@rafsilva851JavaScriptMITUpdated 5mo ago

Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmskillflow-mcp-serverv1.0.2

Run

npx -y skillflow-mcp-server

MCP client config

{
  "mcpServers": {
    "skillflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "skillflow-mcp-server"
      ]
    }
  }
}