Velog (seongwon030) MCP Server

Claude가 Velog에 직접 포스트를 작성·발행·수정·삭제하고, 댓글·좋아요·검색·트렌딩까지 다룰 수 있는 MCP 서버. stdio 기반 표준 MCP 서버라 Claude Code, Claude Desktop, Codex CLI 등 MCP를 지원하는 클라이언트에서 모두 동작합니다.

People who work with blog, codex 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-08-30 · ★ 5 · #294 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Velog (seongwon030)

Claude Code

claude mcp add seongwon030-velog_mcp -- npx -y velog-mcp-claude

Claude Desktop / Cursor / VS Code - add to config

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

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

license MIT - declared in the repository

npm package velog-mcp-claude - unscoped; check the name against the project README before installing

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

03 · Who maintains Velog (seongwon030)

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

04 · Facts

category
other - ranked #294 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.seongwon030/velog (active, first published 2026-08-30)
packages
npm:velog-mcp-claude

05 · Velog (seongwon030) FAQ

What is Velog (seongwon030)?

Claude가 Velog에 직접 포스트를 작성·발행·수정·삭제하고, 댓글·좋아요·검색·트렌딩까지 다룰 수 있는 MCP 서버. stdio 기반 표준 MCP 서버라 Claude Code, Claude Desktop, Codex CLI 등 MCP를 지원하는 클라이언트에서 모두 동작합니다.

Is Velog (seongwon030) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-30. We re-verify nightly.

How do I install Velog (seongwon030)?

Run `npx -y velog-mcp-claude`. You can also paste the ready-made client config above.

Does Velog (seongwon030) 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.

06 · Alternatives to Velog (seongwon030)