Back to Browse

Skillflow MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.8
Moderate6.8Moderate Risk

Valid MCP server (3 strong, 6 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

SkillFlow MCP Server

npm version npm downloads MCP Registry License: MIT Available on SkillFlow

Connect AI coding agents to the SkillFlow AI skills marketplace. Live data. Zero config. One command.

A Model Context Protocol (MCP) server that connects AI coding agents to the SkillFlow marketplace — a curated AI skills marketplace with trust metrics and performance data.

Why SkillFlow?

AI agents are the new users. Instead of browsing a website, agents can now programmatically search, discover, and evaluate skills from SkillFlow using the MCP protocol.

"It's 2026. Build. For. Agents." — Andrej Karpathy

Key benefits:

  • Live API — real-time data from the SkillFlow backend, not hardcoded
  • Curated skills across 6 business categories with performance metrics
  • Trust metrics — success rates, run counts, ratings, and speed benchmarks
  • Zero config — no API keys, no environment variables, just npx
  • Works everywhere — Claude Desktop, Cursor, Windsurf, Copilot, Gemini CLI, and any MCP-compatible agent

Transports

This server supports two transports:

TransportUse CaseCommand
stdioLocal use with Claude Desktop, Cursor, etc.npx skillflow-mcp-server
Streamable HTTPRemote access via Smithery.ai, cloud agentsskillflow-mcp-http or npm start:http

Quick Start (stdio — Local)

One-liner (npx)

npx skillflow-mcp-server

Claude Desktop

Add to your claude_desktop_config.json:

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

Cursor

Add to .cursor/mcp.json:

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

Windsurf / VS Code / Other MCP Clients

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

Global Installation

npm install -g skillflow-mcp-server
skillflow-mcp

Available Tools

ToolDescription
search_skillsSearch for skills by keyword, category, or tag
get_skill_detailsGet detailed info about a specific skill including pricing and performance
list_categoriesList all skill categories
get_trending_skillsGet currently trending skills
get_platform_statsGet overall platform statistics (skills, runs, creators, revenue)

Examples

Once connected, ask your AI agent:

  • "Search for skills that help with SEO content"
  • "What are the trending skills on SkillFlow?"
  • "Get details about the blog-seo-writer skill"
  • "List all skill categories"
  • "Show me the platform stats"
  • "Find skills for lead generation"

Quick Start (Streamable HTTP — Remote)

Self-hosted

npm install -g skillflow-mcp-server
PORT=3000 skillflow-mcp-http

Docker

docker build -t skillflow-mcp .
docker run -p 3000:3000 skillflow-mcp

Smithery.ai

Available at: smithery.ai/server/skillflow-mcp-server

HTTP API Endpoints

MethodPathDescription
POST/mcpSend JSON-RPC requests (initialize, tools/list, tools/call)
GET/mcpOpen SSE stream for server notifications
DELETE/mcpTerminate a session
GET/healthHealth check (includes live skill count)

Architecture

┌─────────────┐     MCP Protocol     ┌──────────────────┐     tRPC API     ┌──────────────┐
│  AI Agent   │ ◄──────────────────► │ SkillFlow MCP    │ ◄──────────────► │  SkillFlow   │
│ (Claude,    │  stdio / HTTP+SSE    │ Server           │   (live data)    │  Backend     │
│  Cursor...) │                       └──────────────────┘                  └──────────────┘
└─────────────┘

The MCP server acts as a bridge between AI coding agents and the SkillFlow marketplace. It fetches real-time data from the SkillFlow backend API with 5-minute caching for optimal performance.

Listed On

Development

git clone https://github.com/rafsilva85/skillflow-mcp-server.git
cd skillflow-mcp-server
npm install
npm run build
npm start

Contributing

Contributions welcome! Please open an issue or submit a PR.

License

MIT — Rafael Silva


Built with the MCP SDK | Powered by SkillFlow

Reviews

No reviews yet

Be the first to review this server!