What is the Nutrition MCP MCP server?
USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals.
How to install Nutrition MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nutrition-mcp": {
"url": "https://docuslide-mcp-production.up.railway.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nutrition-mcp": {
"serverUrl": "https://docuslide-mcp-production.up.railway.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nutrition-mcp": {
"type": "http",
"url": "https://docuslide-mcp-production.up.railway.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"nutrition-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://docuslide-mcp-production.up.railway.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http nutrition-mcp https://docuslide-mcp-production.up.railway.app/mcpRelated MCP servers
Grocery MCP
Active
Search direct grocery storefronts and create product-link pickup handoffs.
0
View repository →Python