naver-search-mcp
by iamyaeeun
Provides tools for searching Naver news, blogs, and shops via the Naver Search Open API.
naver-api-hub-mcp
Naver Search Open API를 MCP 서버로 구현한 예제 + Claude Code Skill 기반의 가벼운 코드 컨벤션 체크 / PR 초안 자동화 워크플로우.
왜 만들었나
신규 API를 MCP로 감싸는 연습.
Claude Code의 Skill을 활용해 "diff 안의 변경분만" 대상으로 하는 가벼운 자동화(네이밍 컨벤션 체크, PR 초안 작성)를 레포에 녹여보는 것.
Related MCP server: Naver Search MCP Server
구성
mcp_server/ # MCP 서버 (search_news / search_blog / search_shop)
.claude/skills/
naming-check/ # diff에 추가된 함수/변수명 네이밍 검사
pr-draft/ # diff + naming-check 결과로 PR 본문 초안 작성
tests/
CLAUDE.md # 컨벤션 및 워크플로우 규칙실행
pip install -r requirements.txt
cp .env.example .env # NAVER_CLIENT_ID / NAVER_CLIENT_SECRET 채우기 (없어도 mock으로 동작)
python3 -m mcp_server.serverClaude Code에서 MCP 서버로 등록하려면 claude mcp add 또는 프로젝트
.mcp.json에 다음과 같이 추가하세요:
{
"mcpServers": {
"naver-search": {
"command": "python3",
"args": ["-m", "mcp_server.server"],
"cwd": "."
}
}
}네이밍 컨벤션 체크
python3 .claude/skills/naming-check/scripts/check_naming.py테스트
python3 -m pytest tests/This server cannot be installed
Maintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
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
- 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/iamyaeeun/naver-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server