Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"k-mfds-fooddb-mcp-server": {
"args": [
"-y",
"@slicequeue/k-mfds-fooddb-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
식품의약품안전처(K-MFDS) 식품영양성분DB를 MCP(Model Context Protocol) 도구로 바로 활용!
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@slicequeue/k-mfds-fooddb-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @slicequeue/k-mfds-fooddb-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for K Mfds Fooddb Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
식품의약품안전처(K-MFDS) 식품영양성분DB를 MCP(Model Context Protocol) 도구로 바로 활용!
| 예시1 일반 검색 |
|---|
| 예시2 응용 검색 |
|---|
사용방법은 아래 🛠️ 사용 가능한 MCP 도구를 참고해주세요 :)
npx k-mfds-fooddb-mcp-server
Name: K-MFDS FoodDB
Command: npx k-mfds-fooddb-mcp-server
~/.cursor/mcp_servers.json 파일 생성/수정:
{
"mcpServers": {
"k-mfds-fooddb": {
"command": "npx",
"args": ["k-mfds-fooddb-mcp-server"],
"env": {
"GOV_API_KEY": "발급받은_식약처_API_키"
}
}
}
}
💡 환경변수 설정:
env섹션에GOV_API_KEY를 추가하세요. API 키는 공공데이터포털에서 발급받을 수 있습니다.
Name: k-mfds-fooddb
Command: npx k-mfds-fooddb-mcp-server
Environment Variables:
GOV_API_KEY: 발급받은_식약처_API_키
💡 환경변수 설정: Environment Variables 섹션에
GOV_API_KEY를 추가하세요.
{
"name": "K-MFDS FoodDB",
"command": "npx",
"args": ["k-mfds-fooddb-mcp-server"],
"env": {
"GOV_API_KEY": "발급받은_식약처_API_키"
}
}
💡 환경변수 설정:
env섹션에GOV_API_KEY를 추가하세요.
대부분의 MCP 호환 클라이언트에서 다음과 같이 설정:
{
"name": "k-mfds-fooddb",
"command": "npx",
"args": ["k-mfds-fooddb-mcp-server"],
"env": {
"GOV_API_KEY": "발급받은_식약처_API_키"
}
}
💡 환경변수 설정:
env섹션에GOV_API_KEY를 추가하세요. API 키는 공공데이터포털에서 발급받을 수 있습니다.
To install k-mfds-fooddb-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @slicequeue/k-mfds-fooddb-mcp-server --client claude
npm install -g k-mfds-fooddb-mcp-server
# 또는 프로젝트에 설치
npm install k-mfds-fooddb-mcp-server
.env 파일을