Skip to content
VS Code

Velog for VS Code

io.github.seongwon030/velog

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

client:VS Code transport:stdio runtime:npm

Install Velog in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Velog in other clients