velog_mcp
velog_mcp
Ein MCP-Server, mit dem Claude direkt Beiträge auf Velog schreiben und veröffentlichen kann.
Unterstützt Velog, das keine öffentliche API hat, durch GraphQL-Reverse-Engineering. Entworfen für einen Human-in-the-Loop-Workflow (Entwurf → Benutzerprüfung → Veröffentlichung), sodass der Benutzer trotz Automatisierung die volle Kontrolle behält.
Installation
npx velog_mcp_setupKopieren Sie im angemeldeten Zustand bei Velog die Werte für access_token und refresh_token aus den Browser-Entwicklertools unter Application → Cookies → https://velog.io.
Die Token werden unter ~/.velog-mcp.json mit 0600-Berechtigungen gespeichert. Bitte fügen Sie diese zu Ihrer .gitignore hinzu.
Related MCP server: velog-mcp
Claude CLI (Claude Code) Konfiguration
Zum Projekt hinzufügen
claude mcp add velog npx -y velog_mcpOder fügen Sie es direkt zur .claude/settings.json des Projekts hinzu:
{
"mcpServers": {
"velog": {
"command": "npx",
"args": ["-y", "velog_mcp"]
}
}
}Global hinzufügen
claude mcp add --scope global velog npx -y velog_mcpGlobale Einstellungen sind in allen Projekten verfügbar.
Überprüfung
claude mcp listWenn der velog-Server in der Liste erscheint, ist alles bereit. Sie können ihn danach direkt im Claude Code-Chat verwenden.
나: "React 훅에 대한 글 써줘"
Claude: (velog_draft_post 호출 → 검토 후 발행)Claude Desktop Konfiguration
Fügen Sie dies zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:
{
"mcpServers": {
"velog": {
"command": "npx",
"args": ["-y", "velog_mcp"]
}
}
}Verwendung
Beitrag schreiben und veröffentlichen
나: "React 19 concurrent features에 대한 글 써줘"
Claude: velog_draft_post 호출
→ { draft_id: "abc123", title: "React 19 Concurrent Features 정리", body_preview: "..." }
나: "좋아, 발행해"
Claude: velog_publish_post(draft_id: "abc123") 호출
→ { url: "https://velog.io/@username/react-19-...", post_id: "..." }Privat veröffentlichen
나: "이 글 비공개로 발행해줘"
Claude: velog_publish_post(draft_id: "abc123", is_private: true)Tool-Liste
Tool | Beschreibung |
| Entwurf eines Beitrags erstellen (im Sitzungsspeicher gespeichert) |
| Entwurf auf Velog veröffentlichen |
| Liste meiner Beiträge abrufen |
| Vollständigen Inhalt eines bestimmten Beitrags abrufen |
| Bestehenden Beitrag bearbeiten |
| Beitrag löschen |
Authentifizierung
access_token: ~1-2 Stunden TTL. Der Velog-Server aktualisiert ihn automatisch überSet-Cookiein der GraphQL-Antwort.refresh_token: ~30 Tage TTL. Bei Ablauf ist ein erneuter Aufruf vonnpx velog_mcp_setuperforderlich.Es gibt keinen separaten Refresh-Endpunkt — die Velog-Middleware übernimmt dies automatisch.
Fehlerbehandlung
Situation | Nachricht |
Token abgelaufen (401) |
|
Konfigurationsdatei fehlt |
|
Netzwerkfehler |
|
Ungültige draft_id |
|
GraphQL-Fehler | Gibt die Fehlermeldung des Velog-Servers direkt zurück |
Hinweise
Entwürfe werden im Sitzungsspeicher des MCP-Serverprozesses gespeichert. Sie gehen verloren, wenn Claude Desktop neu gestartet wird.
Um Entwürfe ohne Veröffentlichung zu speichern, verwenden Sie
velog_publish_post(is_private: true).Bilder: Verwenden Sie die Markdown-Methode für externe URLs (
).
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceConnects Claude to WordPress sites through the REST API, enabling AI-assisted content creation, publishing, media management, user administration, and site maintenance tasks through natural language.472222MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to read, search, and write Velog blog posts. Supports post management, trending, and series/profile retrieval.10117MIT
- Flicense-qualityDmaintenanceEnables creating draft posts and listing published posts on abelcastro.dev directly from Claude.
- Flicense-qualityDmaintenanceMulti-platform blog publishing tool that enables users to save, schedule, and publish SEO-optimized articles to platforms like websites, LinkedIn, Twitter, and Substack directly from Claude.
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Read, edit, publish, and preview your pepita websites from Claude.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seongwon030/velog_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server