
MCP Server for SkillFlow - Connect AI coding agents to 500+ curated AI skills. Zero config, no API
MCP Server for SkillFlow - Connect AI coding agents to 500+ curated AI skills. Zero config, no API keys. Works with Claude, Cursor, Windsurf, Copilot.
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.
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:
npxThis 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 |
npx skillflow-mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": ["-y", "skillflow-mcp-server"]
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": ["-y", "skillflow-mcp-server"]
}
}
}{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": ["-y", "skillflow-mcp-server"]
}
}
}npm install -g skillflow-mcp-server
skillflow-mcp| 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) |
Once connected, ask your AI agent:
npm install -g skillflow-mcp-server
PORT=3000 skillflow-mcp-httpdocker build -t skillflow-mcp .
docker run -p 3000:3000 skillflow-mcpAvailable at: smithery.ai/server/skillflow-mcp-server
| 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) |
┌─────────────┐ 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.
git clone https://github.com/rafsilva85/skillflow-mcp-server.git
cd skillflow-mcp-server
npm install
npm run build
npm startContributions welcome! Please open an issue or submit a PR.
MIT — Rafael Silva
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add skillflow -- npx -y skillflow-mcp-server{
"mcpServers": {
"skillflow": {
"args": [
"-y",
"skillflow-mcp-server"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"skillflow","args":["-y","skillflow-mcp-server"],"command":"npx"}'[mcp_servers.skillflow]
command = "npx"
args = ["-y", "skillflow-mcp-server"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/skillflow-mcp-server to learn what the "SkillFlow MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx skillflow-mcp-serverdocker run -p 3000:3000 skillflow-mcpThis server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/skillflow-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "skillflow-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.