npm skillflow-mcp-serverstdioMITupdated 5mo ago
Connect AI coding agents to the SkillFlow AI skills marketplace. Live data. Zero config. One command.
O que dá para fazer com skillflow?
SkillFlow MCP Server
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:
| Transport | Use Case | Command |
|---|---|---|
| stdio | Local use with Claude Desktop, Cursor, etc. | npx skillflow-mcp-server |
| Streamable HTTP | Remote access via Smithery.ai, cloud agents | skillflow-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
| Tool | Description |
|---|---|
search_skills |
Search for skills by keyword, category, or tag |
get_skill_details |
Get detailed info about a specific skill including pricing and performance |
list_categories |
List all skill categories |
get_trending_skills |
Get currently trending skills |
get_platform_stats |
Get 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
| Method | Path | Description |
|---|---|---|
POST |
/mcp |
Send JSON-RPC requests (initialize, tools/list, tools/call) |
GET |
/mcp |
Open SSE stream for server notifications |
DELETE |
/mcp |
Terminate a session |
GET |
/health |
Health 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
- Official MCP Registry (Anthropic)
- npm
- MCP Market
- mcpservers.org
- Glama.ai
- Smithery.ai
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
Instalação
Adicione skillflow ao seu cliente. Escolha o que você usa.
claude mcp add skillflow-mcp-server -- npx -y skillflow-mcp-servercodex mcp add skillflow-mcp-server -- npx -y skillflow-mcp-serveramp mcp add skillflow-mcp-server -- npx -y skillflow-mcp-server{
"mcpServers": {
"skillflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"skillflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"skillflow-mcp-server","command":"npx","args":["-y","skillflow-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"skillflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"skillflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"skillflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"skillflow-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"skillflow-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y skillflow-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 ferramentas
skillflow expõe 5 ferramentas a um agente conectado.
- search_skills
- Search for skills by keyword, category, or tag
- get_skill_details
- Get detailed info about a specific skill including pricing and performance
- list_categories
- List all skill categories
- get_trending_skills
- Get currently trending skills
- get_platform_stats
- Get overall platform statistics (skills, runs, creators, revenue)
Pontuação
69 / 100
Boa
- Documentação25/25
- Manutenção13/25
- Confiança13/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 158 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.2Mais recente | 26 de mar. de 2026 |
| 1.0.0 | 25 de mar. de 2026 |