What is the io.github.rafsilva85/skillflow MCP server?
Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.
How to install io.github.rafsilva85/skillflow
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"skillflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Claude Code
claude mcp add skillflow -- npx -y skillflow-mcp-serverRelated MCP servers
Optimizes Manus AI credit usage by 30-75% via intelligent model routing and smart testing.
View repository →