Velog (milcho0604) MCP Server

벨로그를 Claude 같은 MCP 클라이언트에서 다루는 서버. 글을 읽고, 초안을 쓰고, 발행하고, 통째로 백업한다. It runs locally over stdio via the published package.

People who work with blog and velog and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 0 · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Velog (milcho0604)

before you install - you'll need

Set VELOG_REFRESH_TOKEN, VELOG_ALLOW_PUBLIC, VELOG_ALLOW_PROFILE before connecting.

Claude Code

claude mcp add milcho0604-velog-mcp -- npx -y @milcho0604/velog-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "milcho0604-velog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-17 - young repo, little track record yet

license MIT - declared in the repository

npm package @milcho0604/velog-mcp - published under the repo owner's npm scope (@milcho0604)

registry namespace io.github.milcho0604 is GitHub-verified and matches the repo owner

03 · What Velog (milcho0604) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.5 · 2026-09-18

수정 · 발행 워크플로가 다시 돌릴 수 없는 상태였다. 실패한 실행을 재실행하면 npm 발행부터 · 다시 시작해서, 이미 올라간 판을 또 올리려다 You cannot publish over the previously · published versions 로 죽었다. 뒷 단계만 고치고 싶은데 앞에서 막혔다. · 이제 그 판이 npm 에 이미 있으면 발행을 건너뛴다. · npm 발행 직후…

v0.9.4 · 2026-09-18

수정 · 저장소를 옮겼다. 코드와 동작은 0.9.3 과 같다. 자동 발행이 새 저장소에서도 · 도는지 확인하려고 올린 판이다.

v0.9.3 · 2026-09-17

수정 · 코드 주석과 테스트와 문서에 있던 예시 식별자와 이름을 중립 표현으로 정리했다. · 동작은 바뀌지 않는다. 줄바꿈 시험에 쓰는 예시 쿼리는 글자 수를 유지했다.

04 · Who maintains Velog (milcho0604)

Velog is maintained by milcho0604. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
other - actively maintained as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-18)
registry
io.github.milcho0604/velog (active, first published 2026-08-23 · 13 versions)
packages
npm:@milcho0604/velog-mcp

06 · Velog (milcho0604) FAQ

What is Velog (milcho0604)?

벨로그를 Claude 같은 MCP 클라이언트에서 다루는 서버. 글을 읽고, 초안을 쓰고, 발행하고, 통째로 백업한다. It runs locally over stdio via the published package.

Is Velog (milcho0604) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Velog (milcho0604)?

Run `npx -y @milcho0604/velog-mcp`. The README documents 3 environment variables (VELOG_REFRESH_TOKEN, VELOG_ALLOW_PUBLIC, VELOG_ALLOW_PROFILE) to set first. Set VELOG_REFRESH_TOKEN, VELOG_ALLOW_PUBLIC, VELOG_ALLOW_PROFILE before connecting. You can also paste the ready-made client config above.

Does Velog (milcho0604) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Velog (milcho0604)