Skip to content
Cursor

Velog for Cursor

io.github.seongwon030/velog

Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.

client:Cursor transport:stdio runtime:npm

Install Velog in Cursor

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

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

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

Velog in other clients