SkillFlow MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SkillFlow MCP Serversearch for skills that help with Docker configuration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
npxWorks everywhere — Claude Desktop, Cursor, Windsurf, Copilot, Gemini CLI, and any MCP-compatible agent
Related MCP server: skillet
Transports
This server supports two transports:
Transport | Use Case | Command |
stdio | Local use with Claude Desktop, Cursor, etc. |
|
Streamable HTTP | Remote access via Smithery.ai, cloud agents |
|
Quick Start (stdio — Local)
One-liner (npx)
npx skillflow-mcp-serverClaude 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-mcpAvailable Tools
Tool | Description |
| Search for skills by keyword, category, or tag |
| Get detailed info about a specific skill including pricing and performance |
| List all skill categories |
| Get currently trending skills |
| 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-httpDocker
docker build -t skillflow-mcp .
docker run -p 3000:3000 skillflow-mcpSmithery.ai
Available at: smithery.ai/server/skillflow-mcp-server
HTTP API Endpoints
Method | Path | Description |
|
| Send JSON-RPC requests (initialize, tools/list, tools/call) |
|
| Open SSE stream for server notifications |
|
| Terminate a session |
|
| 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
Development
git clone https://github.com/rafsilva85/skillflow-mcp-server.git
cd skillflow-mcp-server
npm install
npm run build
npm startContributing
Contributions welcome! Please open an issue or submit a PR.
License
MIT — Rafael Silva
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects AI coding agents to the SkillsMP marketplace, allowing users to search, read, and install over 8,000 community-made skills. It enables agents to gain new capabilities either through on-the-spot instruction or permanent installation without requiring an API key.Last updated5448MIT
- Alicense-qualityAmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.Last updated251MIT
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.Last updated51,2723MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers.Last updated5281MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rafsilva85/skillflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server