KoreanSkinpedia MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KoreanSkinpedia MCPPublish a new article about hyaluronic acid benefits."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KoreanSkinpedia MCP
발행 API 클라이언트 MCP 서버. 프로젝트 외부 사용자가 Claude Code에서 이 MCP를 추가하고 API 키로 콘텐츠를 발행. 실제 검증/저장은 발행 API(api/)가 수행.
도구
도구 | 설명 |
| 아티클 발행(API |
| 시술 발행(API |
| 클리닉 생성/수정(API |
| 발행 API 상태 |
의료 콘텐츠(article/procedure)는 reviewer+sources(최소 1)+medicallyReviewedAt가 필수. API가 Zod로 검증해 거부.
Related MCP server: MCP Kakao Local
환경변수
변수 | 설명 |
| 발행 API 베이스 URL(필수). 예: |
| API 키( |
외부 사용자 추가(Claude Code)
claude mcp add koreanskinpedia -- npx ksp-mcp \
--env KSP_API_URL=https://<발행-API-URL> --env KSP_API_KEY=<키>또는 .mcp.json(프로젝트 루트):
{
"mcpServers": {
"koreanskinpedia": {
"command": "node", "args": ["mcp/dist/server.js"],
"env": { "KSP_API_URL": "https://...", "KSP_API_KEY": "..." }
}
}
}개발
cd mcp && npm install && npm run build
KSP_API_URL=http://localhost:8787 npm run smoke # api/ 가 로컬 실행 중일 때Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/SeoulVentures/koreanskinpedia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server