Skip to content
Cursor

skillflow for Cursor

io.github.rafsilva85/skillflow

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

client:Cursor transport:stdio runtime:npm

Install skillflow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

skillflow in other clients