Velog MCP server
Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.
5 stars55 downloads/wk
Reviews
Write oneNobody has reviewed Velog yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Velog tools (29, 15 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
velog_append_to_series포스트를 시리즈에 추가합니다. post_id는 velog_publish_post 또는 velog_list_posts 응답에서 확인할 수 있습니다.
velog_create_serieswrite action새 Velog 시리즈를 생성합니다.
velog_delete_commentwrite actionVelog 댓글을 삭제합니다.
velog_delete_postwrite actionVelog 포스트를 삭제합니다.
velog_delete_serieswrite actionVelog 시리즈를 삭제합니다. 시리즈 내 포스트는 삭제되지 않습니다.
velog_draft_postwrite actionVelog 포스트 초안을 세션 메모리에 저장합니다. 발행 전 사용자가 검토할 수 있도록 draft_id를 반환합니다.
velog_get_comments특정 Velog 포스트의 댓글 목록을 가져옵니다. 댓글 ID를 확인하여 삭제에 활용할 수 있습니다. username을 지정하면 타 유저 포스트의 댓글도 조회할 수 있습니다.
velog_get_notifications내 Velog 알림 목록을 가져옵니다. 좋아요·댓글·팔로우 알림과 읽지 않은 알림 수를 반환합니다.
velog_get_postwrite action특정 Velog 포스트의 전체 내용을 가져옵니다. username을 지정하면 타 유저 포스트도 조회할 수 있습니다.
velog_get_reading_list내 Velog 읽을 목록(북마크)을 가져옵니다. 저장한 포스트 목록을 반환합니다.
velog_get_rss특정 Velog 유저의 RSS 피드를 가져옵니다. 인증 없이 최신 포스트 목록을 조회할 수 있습니다.
velog_get_trendingVelog 트렌딩 포스트 목록을 가져옵니다. timeframe으로 기간을 지정할 수 있습니다.
velog_git_to_postwrite actiongit 커밋 이력과 diff를 분석해 Velog 블로그 초안용 컨텍스트를 반환합니다. 코딩 후 '오늘 작업한 거 블로그에 올려줘'라고 하면 자동으로 커밋 내역과 변경 코드를 수집해 Claude가 초안을 작성할 수 있도록 합니다.
velog_import_from_githubGitHub 블로그 저장소의 마크다운 파일을 Velog 초안으로 가져옵니다. Jekyll/Hugo/기타 정적 블로그의 _posts 폴더를 지원합니다. dry_run: true로 먼저 미리보기를 확인하세요.
velog_like_postwrite actionVelog 포스트에 좋아요를 누릅니다.
velog_list_postsVelog 포스트 목록을 가져옵니다. username을 지정하면 타 유저 포스트도 조회할 수 있습니다.
velog_list_series내 Velog 시리즈 목록을 조회합니다.
velog_list_tags내 Velog 태그 목록과 태그별 포스트 수를 조회합니다.
velog_list_temp_postsVelog 임시저장 포스트 목록을 가져옵니다.
velog_publish_postwrite action초안(draft_id)을 Velog에 발행합니다. velog_draft_post 호출 후 사용하세요.
velog_search_postsVelog 포스트를 키워드로 검색합니다. username을 지정하면 특정 유저의 포스트만 검색합니다.
velog_topic_researchVelog 트렌딩 포스트를 분석해 내가 아직 쓰지 않은 인기 주제(gap)를 찾아줍니다. 트렌딩 태그 빈도와 내 포스트 태그 이력을 교차분석해 주제 발굴에 활용하세요.
velog_trend_reportVelog 트렌딩 포스트를 분석하여 최근 개발 동향 리포트 데이터를 반환합니다. 각 포스트의 태그, 요약, 좋아요/댓글 수를 포함하며 Claude가 이를 분석해 트렌드 문서를 작성합니다.
velog_unlike_postwrite actionVelog 포스트 좋아요를 취소합니다.
velog_update_commentwrite actionVelog 댓글 내용을 수정합니다.
velog_update_postwrite action기존 Velog 포스트를 수정합니다.
velog_update_serieswrite actionVelog 시리즈의 이름 또는 URL slug를 수정합니다.
velog_upload_imagewrite action로컬 이미지 파일을 Velog에 업로드하고 URL을 반환합니다. 반환된 URL을 마크다운 본문에 사용하세요.
velog_write_commentwrite actionVelog 포스트에 댓글을 작성합니다. comment_id를 지정하면 대댓글로 작성됩니다.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan63 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 21 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y velog-mcp-claude on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add velog -- npx -y velog-mcp-claude
Velog: common questions
- Is Velog MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Velog safety report
- How do I install Velog?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Velog need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Velog maintained?
- The last commit was 21 days ago (2026-08-30). The latest release is v0.22.0.