MCP server to provide models context around the USDA's Foundation Foods database
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"foundationfoods": {
"env": {
"ENV": "development",
"DATA_DIR": "/full/path/to/foundation-foods-mcp-server/data",
"FOUNDATIONFOODS_MCP_TOKEN": "your-secret-token"
},
"args": [
"--stdio"
],
"command": "/path/to/foundation-foods-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server to provide models context around the USDA's Foundation Foods database
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
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
An official Qdrant Model Context Protocol (MCP) server implementation
🔥 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
MCP Security Weekly
Get CVE alerts and security updates for Foundation Foods Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server to provide models context around the USDA's Foundation Foods database

This MCP server can operate in two distinct modes:
./foundation-foods-mcp-server --stdio./foundation-foods-mcp-server (default mode)/health endpoint)Check out the related project noot-app/openfoodfacts-mcp-server for a near identical MCP server with a demo video showcasing its capabilities and how to use it with Claude Desktop.
This MCP server provides access to the USDA Foundation Foods database through three specialized tools, each designed for different use cases and levels of detail.
search_foundation_foods_by_nameBasic food search with complete data
search_foundation_foods_and_return_nutrientsCustomizable nutrient filtering
nutrients_to_include parameter to filter which nutrients to returnsearch_foundation_foods_and_return_nutrients_simplifiedFixed high-value nutrients (no customization)
This setup uses STDIO mode for local Claude Desktop integration.
script/build --simple
Add this to your Claude Desktop MCP settings (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"foundationfoods": {
"command": "/path/to/foundation-foods-mcp-server",
... [View full README on GitHub](https://github.com/noot-app/foundation-foods-mcp-server#readme)