식품의약품안전처(K-MFDS) 식품영양성분DB를 MCP(Model Context Protocol) 도구
{
"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) 도구
Is it safe?
No known CVEs for @slicequeue/k-mfds-fooddb-mcp-server.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 249 days ago. 5 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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 파일을