Server data from the Official MCP Registry
Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.
About
Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.
Security Report
This Velog MCP server demonstrates good security fundamentals with proper token storage (0600 file permissions), environment-based configuration, and input validation via Zod. However, several moderate concerns exist: the GitHub token can be passed as a plaintext parameter potentially exposing it in logs, git repository access is unrestricted allowing arbitrary local filesystem reads, and the reverse-engineered GraphQL API creates fragility. These issues don't represent critical vulnerabilities but warrant user awareness. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
5 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-seongwon030-velog": {
"args": [
"-y",
"velog-mcp-claude"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
velog-mcp-claude
Velog 개발자(@velopert)로부터 운영을 허용한다는 답변을 받은 독립 오픈소스입니다.
Claude가 Velog에 직접 포스트를 작성·발행·수정·삭제하고, 댓글·좋아요·검색·트렌딩까지 다룰 수 있는 MCP 서버.
stdio 기반 표준 MCP 서버라 Claude Code, Claude Desktop, Codex CLI 등 MCP를 지원하는 클라이언트에서 모두 동작합니다.
npm: velog-mcp-claude | 요구사항: Node.js 18+
설치
npx -p velog-mcp-claude velog-mcp-setup
Velog에 로그인한 상태에서 브라우저 DevTools → Application → Cookies → https://velog.io에서 access_token과 refresh_token 값을 복사해 입력하세요.
토큰은 ~/.velog-mcp.json에 0600 권한으로 저장됩니다.
설정
Claude Code
claude mcp add velog -- npx -y velog-mcp-claude
전역으로 추가하려면:
claude mcp add --scope global velog -- npx -y velog-mcp-claude
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json에 추가:
{
"mcpServers": {
"velog": {
"command": "npx",
"args": ["-y", "velog-mcp-claude"]
}
}
}
Codex CLI
codex mcp add velog -- npx -y velog-mcp-claude
또는 ~/.codex/config.toml에 직접 추가:
[mcp_servers.velog]
command = "npx"
args = ["-y", "velog-mcp-claude"]
등록 확인은 codex mcp list.
툴 목록
포스트
| 툴 | 설명 |
|---|---|
velog_draft_post | 포스트 초안 생성 |
velog_publish_post | 초안을 Velog에 발행 |
velog_list_posts | 내 포스트 목록 조회 |
velog_get_post | 특정 포스트 전체 내용 조회 (조회수 포함) |
velog_update_post | 기존 포스트 수정 |
velog_delete_post | 포스트 삭제 |
velog_upload_image | 로컬 이미지를 Velog CDN에 업로드 |
velog_import_from_github | GitHub 블로그 마크다운을 Velog 초안으로 가져오기 |
velog_git_to_post | git 커밋 이력과 diff를 분석해 블로그 초안 프롬프트 생성 |
시리즈
| 툴 | 설명 |
|---|---|
velog_list_series | 내 시리즈 목록 조회 |
velog_create_series | 새 시리즈 생성 |
velog_update_series | 시리즈 이름·설명 수정 |
velog_append_to_series | 포스트를 시리즈에 추가 |
velog_delete_series | 시리즈 삭제 |
댓글
| 툴 | 설명 |
|---|---|
velog_get_comments | 포스트 댓글 목록 조회 (대댓글 포함) |
velog_write_comment | 댓글 또는 대댓글 작성 |
velog_update_comment | 댓글 수정 |
velog_delete_comment | 댓글 삭제 |
좋아요
| 툴 | 설명 |
|---|---|
velog_like_post | 포스트 좋아요 |
velog_unlike_post | 포스트 좋아요 취소 |
탐색
| 툴 | 설명 |
|---|---|
velog_search_posts | 키워드로 포스트 검색 |
velog_get_trending | 트렌딩 포스트 조회 (day / week / month / year) |
velog_trend_report | 트렌딩 포스트 분석 리포트 |
velog_topic_research | 트렌딩 태그 × 내 포스트 교차분석으로 아직 안 쓴 인기 주제 발굴 |
velog_get_rss | 특정 유저의 RSS 피드 조회 (인증 불필요) |
내 계정
| 툴 | 설명 |
|---|---|
velog_list_tags | 내 태그 목록과 태그별 포스트 수 조회 |
velog_list_temp_posts | 임시저장 포스트 목록 조회 |
velog_get_notifications | 알림 목록 조회 (좋아요·댓글·팔로우, 읽지 않은 수 포함) |
velog_get_reading_list | 읽을 목록(북마크) 조회 |
git 커밋 → 블로그 초안
최근 커밋 이력과 diff를 분석해 Claude가 한국어 기술 블로그 포스트를 자동으로 작성합니다.
나: "오늘 작업한 커밋들로 벨로그 포스트 작성해줘"
나: "지난 10개 커밋 기반으로 블로그 글 써줘"
나: "v0.19.0 태그 이후 변경사항으로 포스트 초안 만들어줘"
repo_path: 분석할 로컬 git 저장소 경로 (기본값: 현재 디렉터리)commits: 가져올 최근 커밋 수 (기본값: 5)since: 특정 커밋·태그 이후 범위 지정 (예:v0.19.0,HEAD~10)include_diff: 코드 diff 포함 여부 (기본값:true)max_diff_lines: diff에서 가져올 최대 줄 수 (기본값: 200)tags: 포스트에 넣을 태그 힌트 (미지정 시 파일 확장자로 자동 추론)
GitHub 블로그 마이그레이션
Jekyll / Hugo 등 front matter가 있는 마크다운을 지원합니다. dry_run: true로 먼저 미리보기를 확인하세요.
나: "내 깃허브 블로그 _posts 폴더 글들을 벨로그 초안으로 옮겨줘"
- 상대 경로 이미지는 GitHub raw URL로 자동 변환
- Private 저장소는
github_token파라미터로 접근
GitHub API 한도 초과 시
토큰 없이 사용하면 60회/시간 제한이 있습니다. dry_run: true 한 번만으로도 한도의 상당 부분이 소진될 수 있습니다.
한도를 초과하면 github_token을 발급해 전달하세요.
토큰 발급: GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token
- 공개 저장소: 스코프 없이 생성해도 되지만,
public_repo를 체크하면 확실합니다 - 비공개 저장소:
repo체크
토큰을 전달하면 5,000회/시간으로 한도가 올라갑니다.
인증
access_token: ~24시간 TTL, Velog 서버가 자동 갱신refresh_token: ~30일 TTL. 만료 시npx -p velog-mcp-claude velog-mcp-setup재실행
주의사항
- draft는 MCP 서버 세션 메모리에 저장됨. 재시작 시 소멸, 24시간 후 자동 만료.
- 보존하려면
velog_publish_post(is_private: true)로 비공개 저장.
로드맵
docs/roadmap.md 참고.
면책 조항
내부 GraphQL API를 리버스 엔지니어링하여 구현되었습니다. API 구조 변경으로 예고 없이 동작이 중단될 수 있습니다.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
